Hi Valerie,
A few things you can try...
First, is the guestbook.pl writeable by the server ?
-should probably be chmod 755 or 777
2. I see guestbook.pl is in the cgi-bin. It's possible that it will work outside the cgi-bin.
3. I noticed you're using the get method. Probably should use the Post method in the form.
|