View Single Post
  #3 (permalink)  
Old 10-11-2003, 08:26 AM
paulhiles's Avatar
paulhiles paulhiles is offline
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: UK
Posts: 2,803
paulhiles RepRank 0
Default Guestbook form

Hi Valerie

I agree with cyanide's comments, providing you have the necessary permissions set for the Perl script (guestbook.pl) there shouldn't really be a problem. The form method definitely needs to be set to Post (code snippet from Matts Script archive below)
Code:
    <form method=POST action="http://your.host.com/cgi-bin/guestbook.pl">
      Your Name:<input type=text name=realname size=30>

      E-Mail: <input type=text name=username size=40>
Hope this helps, and let us know how you get on!

Paul
Reply With Quote