On Wednesday 24 September 2003 12:00, Shawn McKenzie wrote: > O.K. I am collecting PHP code in a textarea and then using var_export() to > a file for later use. In the file, the PHP is in single-quotes.
I'm curious, why are you using var_export() if it's causing so many problems? Acutally why are you using var_export() at all, am I missing something? Couldn't you just write the string containing the contents of the textarea straight out to a file? -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* The only function of economic forecasting is to make astrology look respectable. -- John Kenneth Galbraith */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php