Page 1 of 1

having problems with input having single quotes

Posted: Sat Sep 25, 2004 2:18 pm
by HaVoC
I've made a simple chatroom, however messages with single quotes don't send. How can I fix this?

Posted: Sat Sep 25, 2004 3:39 pm
by m3mn0n
[php_man]addslashes[/php_man]()
[php_man]stripslashes[/php_man]()