Re: storing form data in mysql
Posted: Fri Apr 24, 2009 11:15 am
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.