Re: [PHP] A function that turns special charcters into html codes?

2002-02-19 Thread Michael Sims
At 08:15 PM 2/19/2002 -0500, Leif K-Brooks wrote: >I'm looking for a function that turns special charcters into html charcter >codes (" into "). Is there one? http://www.php.net/manual/en/function.htmlspecialchars.php and http://www.php.net/manual/en/function.htmlentities.php -- PHP General

RE: [PHP] A function that turns special charcters into html codes?

2002-02-19 Thread Jason Murray
> I'm looking for a function that turns special charcters into > html charcter codes (" into "). Is there one? Please try the manual before you ask here. If you'd looked, you'd have found the function: html_special_chars() ... which you'll note is named extremely closely to the wording y

[PHP] A function that turns special charcters into html codes?

2002-02-19 Thread Leif K-Brooks
I'm looking for a function that turns special charcters into html charcter codes (" into "). Is there one? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php