hi,
is there a php function to detect if string has specialchars in it?
saludos
specialchars function
Moderator: General Moderators
Re: specialchars function
There is a buit in html special characters function. It allows you to print these charcters in a string instead of them being html code.
Have a look in the PHP manual at htmlspecialchars
Have a look in the PHP manual at htmlspecialchars