Click to See Complete Forum and Search --> : can we get "Guest Book" using dreamweaver???


Miss Strawberry
11-09-2006, 03:28 PM
Hi..
Can we creat a guest book or Feedback Form Using Dreamweaver??
That the comments show with the user information?? or it cant be in dreamweaver??

Regards,
Miss Strawberry

ryanbutler
11-09-2006, 05:44 PM
Guestbook, not with DW inherently. You would need a script, probably doing some google searching would lead to some ideas.

Feedback form, you can design one in DW, but you would need a script to process the results. If you need a PHP one, feel free to PM me, and I'll provide one.

sitehatchery
11-09-2006, 05:55 PM
Sometimes you can get CGI form code from your host. It's just a matter of dropping the small bits of code where they tell you. The problem with this approach is that it is not transportable. Usually, if you move your site to another server, you'd have to change your CGI code. The best bet would be to use something like the PHP mail() function.