Page 1 of 1

Making sure there isnt any php?

Posted: Tue Jun 22, 2004 3:21 pm
by Howey
Hello again its me again :lol: and I have another question for you masters of php. I have a site which allows users to have a description for their profiles, but im afraid that if some of the users know php they can easily manipulate some of functions on the site, is there anyway I can check to make sure they dont use php in their description or a way I could replace it?
Thank you in advance
Howey

Posted: Tue Jun 22, 2004 3:27 pm
by feyd
[php_man]htmlentities[/php_man]($text, ENT_QUOTES);

Howey, turn off "Notify on response", read my sig for details.

Posted: Tue Jun 22, 2004 4:02 pm
by Howey
Ok thanks I will look into it right away :)
and alright done thanks again :-D