storing form data in mysql

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

philln
Forum Newbie
Posts: 12
Joined: Thu Apr 23, 2009 9:22 am

Re: storing form data in mysql

Post 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.
gwolff2005
Forum Commoner
Posts: 68
Joined: Sun Apr 05, 2009 10:58 am

Re: storing form data in mysql

Post 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.
Post Reply