A bit of help please

This is a discussion on "A bit of help please" within the Web Page Design section. This forum, and the thread "A bit of help please are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 12th, 2006, 14:54
New Member
Join Date: Sep 2006
Location: Ireland
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
A bit of help please

I wanna get a guestbook on my website just like this one but do not know how to obtain it..Im using dreamweaver 7 for my website please help.

Reply With Quote

  #2 (permalink)  
Old Sep 12th, 2006, 16:33
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: A bit of help please

SEARCH GOOGLE:
download free guestbook
free asp guestbook
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #3 (permalink)  
Old Sep 12th, 2006, 16:37
New Member
Join Date: Sep 2006
Location: Ireland
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: A bit of help please

Thanks but is there anyway i can make my own using dreamweaver and does anyone know how it is done..Sorry should of been more specific in my first post!
Reply With Quote
  #4 (permalink)  
Old Sep 12th, 2006, 17:14
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: A bit of help please

Design a simple database...
GUESTBOOK(msg_id, name, message)

read records from it...
post records to it...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #5 (permalink)  
Old Sep 13th, 2006, 10:17
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: A bit of help please

I'm sorry mate but it's more complex than you think. Just saying you have dreamweaver is like saying "I have a hammer and nails... I want to build a house."

You will need some understanding of PHP or ASP and the relevant SQL server.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #6 (permalink)  
Old Sep 13th, 2006, 13:02
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,765
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: A bit of help please

You can build a guestbook within 3 minutes using dreamweaver. You just need a server with a database and PHP etc. You use the built in server behaviors and wamo. you have a guest book in a few clicks.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #7 (permalink)  
Old Sep 14th, 2006, 10:17
New Member
Join Date: Sep 2006
Location: Ireland
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: A bit of help please

Right i have the page(guestbook) ready and up on the server, but how do people make posts...Anybody willing to go into detail about it.Would be most appreciated
Reply With Quote
  #8 (permalink)  
Old Sep 14th, 2006, 10:36
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: A bit of help please

seriously mate, don't expect people to spend their valuable time code everything you need just because you asked nicelly...

if you want to learn, that's great!
go do something and when you run into problems, memebers of this webforumz will be more than willing to help you get through them.
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #9 (permalink)  
Old Sep 14th, 2006, 10:47
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: A bit of help please

Jeez spinal.... who s**t in your cereal this morning? lol

He does make a point though shane... We're not into hand holding around here.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #10 (permalink)  
Old Sep 14th, 2006, 11:33
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: A bit of help please

*holds Minute and Spinal's hands.
*whistles innocently.
Reply With Quote
  #11 (permalink)  
Old Sep 14th, 2006, 13:04
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,765
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: A bit of help please

When they submit the form it should send the information to the database and then refresh the page. Its all in the form action.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #12 (permalink)  
Old Sep 14th, 2006, 14:05
New Member
Join Date: Sep 2006
Location: Ireland
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: A bit of help please

Quote:
Originally Posted by moojoo View Post
When they submit the form it should send the information to the database and then refresh the page. Its all in the form action.

Thanks moojoo and for everyones help..!!!
Reply With Quote
  #13 (permalink)  
Old Sep 15th, 2006, 14:36
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: A bit of help please

Quote:
Originally Posted by minute44 View Post
Jeez spinal.... who s**t in your cereal this morning? lol
Funny enough, I couldn't have my favourite cereal that morning coz I'd run out of milk, which did bug me.... lol

the point is, I'm glad to help out people with their work and they have trouble, but it drives me up the wall when people want you to do their work for them... com'on! just put some effort into it...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
Reply

Tags
bit, help

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 03:25.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43