> From: gohaku <[EMAIL PROTECTED]> > I was just curious if there is another function that > does the same job as stripslashes(htmlentities($textstring)).
Nope. Do it that way. Or you can turn off magic_quotes_gpc, which is probably the reason you have to run stripslashes(). ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php