Page 2 of 2

Re: storing form data in mysql

Posted: Fri Apr 24, 2009 11:15 am
by philln
Have you tried echoing the $query variable like I suggested earlier. This is an easy way to identify what SQL queries you are actually building. Do you know which SQL query is causing the error? I'm not sure but I still think that you have the queries in the wrong place. The curly bracket on line 69 should be on line 76.

Re: storing form data in mysql

Posted: Fri Apr 24, 2009 2:25 pm
by gwolff2005
Hi Philln,

I figured now out what it is. Thanks so much. Still I have another problem. but I will post this under a new topic.