--- Anthony Ritter <[EMAIL PROTECTED]> wrote: > Copied and pasted the following sample script from the php manual > and this outputs: > > ........... > <?php > $str = "A 'quote' is <b>bold</b>"; > echo htmlentities($str); > > ?> > .............. > > // outputs: A 'quote' is <b>bold</b> > > Not sure why the I am still getting the tags and spaces after > the call to htmlentities().
View source, and I think you'll understand. Or, remove the call to htmlentities(). Chris ===== Chris Shiflett - http://shiflett.org/ PHP Security - O'Reilly Coming Fall 2004 HTTP Developer's Handbook - Sams http://httphandbook.org/ PHP Community Site http://phpcommunity.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php