My code is pretty solid... I think. But if someone screws with my query URLs they can cause errors like this:
SQL : SELECT * FROM toys WHERE `t LIKE ('%%\'%') ORDER BY toysDate, toysVen LIMIT 0, 31
Error : Unknown column 't LIKE ('%%\'%') ORDER BY toysDate, toysVen LIMIT 0, 31' in 'where clause'
I tried to use:
error_reporting(0)
but it didn't make these disappear.
Any ideas?
Oh, and I don't have access to the php.ini file.