can anyone hlep me with this little problem I have. When the user enters i.e "it's" in one of the text fields the sql query will not work. Someone know a way to go round this??
Replace the ' by \' I am not sure if it will work but I think it does. Maybe you can do this with addslashes(). Check out http://www.php.net/manual/function.addslashes.php for more information about that.
Michael aka Unique
Doesent seem to work. I am using an Microsoft Access db to test it on. Some changes when i convert it to mysql?
If addslashes() doesn't help then you are using addslashes() in a wrong way. But it's impossible to say more about when we can't see your code.