hi,
how to avoide the special characters in php. like
single codes, double code, slashes, question marks etc.
please help to me.give some idea.
thanks,
qumar.
how to avoide the special characters in php
Moderator: General Moderators
If its for working with a database you could try looking at
mysql_escape_string()
http://uk.php.net/manual/en/function.my ... string.php
or
addslashes()
http://uk.php.net/manual/en/function.addslashes.php
mysql_escape_string()
http://uk.php.net/manual/en/function.my ... string.php
or
addslashes()
http://uk.php.net/manual/en/function.addslashes.php