On Fri, 6 Jun 2003, Matt Zur wrote:

> Does anyone know of a simple program that will let me specify a file 
> within a certain directory to load into a textarea field, let me make 
> changes, then export/replace that file with the changed contents?
> 
> I tried writing one myself in PHP, but I ran into a problem with quotes. 
> If I had tags in in the text area e.g. <table width="500">  it would 
> mess up the quotes by adding back slashes etc.

Strip them backslashes :)

http://www.php.net/stripslashes

Regards,
Philip


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to