PhotoPost Classifieds - Test Ad's
There is default code unaltered in any way and I can enter any of your descriptions or titles without fail which I beleive I have posted before. I am using pretty new versions of PHP 5 and MYSQL 5 on my server. I am beginning to think whatever version of mysql you have on that server might have a bug. it would explain why this is just you everytime reporting this and only you.
We already sanitize and process those two variables yet you still have issues.
See addslashes in PHP should never add slashes into the database. Essentially that addslashes I gave you above should simply escape those apostrophes in the variables when the query is entered so when it passes and enters into the database you just get the database however you have the actual slashes being entered as well which should never be entered. See if mysql sees this \' then on the insert they should just enter ' but on your server it is not doing that it is entering \'