MySQL query response error

A

Anonymous

Guest
Hi I have a function that works and when I use the same query it gives me this
Code:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
I did close the connections at the corret time.
Whay am I getting this?
 
Never mind, I am stupid today. The other form posting to that function had incorrect post variable names. tongue.gif
 
haha, i know how it feel.. i got some typo in my CLI sctipt that was running in background and then forking without any output and i had one hell of a time debugging it... hehe
 
Back
Top