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!
Hello all,
I've created a script that allows the user to execute manual queries.
It seems to work fine in simple queries but when there is a 'LIKE' or even WHERE I get syntax error and the same queries in the 'phpmyadmin' for mysql db works fine.
I've tried the addslashes function but with no success.
any ideas?