I am generating some javascript code in PHP and I need to do a javascript escape() in my PHP code so that the javascript can unescape() it on the client. I've looked though the online manual for PHP an can't find anything that helps so far. I think my only problem is line ends so maybe I only need to put the %0D and/or %0A in in place of them.
-- PHP Windows 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]