in reply to Re: Form not parsing correctly
in thread Form not parsing correctly

Good catch. The variable names are likely causing the problem.

One additional suggestion I have... Instead of running the actual SQL query during your debugging process, try just printing the SQL statement out to the browser. That way you can make sure the SQL statement is constructed properly. It will also help determine if you are having a perl/cgi problem vs. an SQL problem.

Replies are listed 'Best First'.
Re^3: Form not parsing correctly
by intranetman (Acolyte) on Apr 27, 2005 at 15:53 UTC
    Okay, I'm embarassed. I never actually passed a delete parameter so I was checking to see if delete was sent, but it never existed in the first place. Ack! Thanks for the extra set of eyes on this, I'm incorporating some of your suggestions.