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!
********
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
********
********
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 am working in LAMP server sysem.
My server soes not show the error neither the warnings
do you have any idea where to change the settings
I tried a lot but still unsuccessfull
i've seen this a lot in php books, especially by Apress... i think what they're trying to do is get people to develope they're own way of error reporting, rather than relying on apache to do it for them.
fendtele83 wrote:i think what they're trying to do is get people to develope they're own way of error reporting, rather than relying on apache to do it for them.
That'll be difficult if you don't allow the error to be triggered. You'd have to check all data before passing it on to a function. What a pain in the a$$.
One more thing: Apache has nothing to do with non-HTTP errors. That's done by the PHP engine.