> How do I remove the slashes from mysql_escape_string when I pull the > string back out of the DB and want to display it?
You don't need to. The escaping is only to ensure the query doesn't break. When it's in the db and when it's returned, it will not have the slashes. -- Richard Heyes "If you have any trouble sounding condescending, find a Unix user to show you how it's done." - Scott Adams -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]