Re: [PHP] HOWTO USE : htmlspecialchars

2002-01-07 Thread Jimmy
Hi louie, > "> htmlspecialchars() do not change the passed variable. it will _return_ the result. so you have to do like this: $info = htmlspecialchars($info); please read the manual before asking to the list. it's clearly stated there, and there's even an example on how to use this function.

[PHP] HOWTO USE : htmlspecialchars

2002-01-07 Thread louie miranda
Info: Hi, im trying this form w/ htmlspecialchars (php function), but it doesn't seem to work, when i submit the form.. htmlspecialchars($info); is included on the source ex: Hm, am i correct? thanks!! louie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [E