Re: msql + cgi form parse error

2004-01-16 Thread Chris Cosner
This is a follow-up that I have been meaning to post for a month or so. The situation was a misbehaving form on a system I am maintaining. Further investigation of the code for the form revealed other problems, such as improper use of eval. The problem boiled down to -- rewrite or do spot fixes.

Re: msql + cgi form parse error

2003-11-21 Thread Wiggins d Anconia
> If someone could point me in the right direction... > I have a form on a system I am maintaining that works fine most of the > time, but sporadically spits out an error. Users hit the back button, > only to find that the data they had filled in is no longer in the form > (but sometimes it st

msql + cgi form parse error

2003-11-21 Thread Chris Cosner
If someone could point me in the right direction... I have a form on a system I am maintaining that works fine most of the time, but sporadically spits out an error. Users hit the back button, only to find that the data they had filled in is no longer in the form (but sometimes it stays). The sy