Re: Help me with my form please.
From: dan baker (botfood_at_yahoo.com)
Date: 04/08/04
- Next message: Rob Beattie: "Re: perl -e and bash"
- Previous message: Jess: "MySQL perl script"
- In reply to: David Baker: "Help me with my form please."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 8 Apr 2004 14:58:05 -0700
davidbaker@canoemail.com (David Baker) wrote in message news:<279d0b35.0404061056.13a64c2a@posting.google.com>...
> I am a total newbie, and have no idea what I am doing. I have created
> a html form, and am tring to pass some variable to a perl script to
> make it update a guest book. When ever I press submit on my form, I
> get a "HTTP 500 - Internal server error".
----------
besides the code errors, http 500 errors often indicate that the
script has the wrong privs. you need to chmod the script to rwxr-xr-x
so the server can execute it. it also needs to be in a dir that the
server allows to BE executed, usually cgi-bin.
d
- Next message: Rob Beattie: "Re: perl -e and bash"
- Previous message: Jess: "MySQL perl script"
- In reply to: David Baker: "Help me with my form please."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|