[thelist] Edit textfiles in textareas?

Ken Moore cor412 at hotmail.com
Sat Sep 27 05:26:00 CDT 2003


Hi all,

Thanks for the help.

"jsWalter" wrote:
>
>Just modify your TEXTAREA code a bit...
>
>    <textarea><?php $file_contents ?></textarea>
>
>You need to tell the PHP processor that this is a PHP variable, not an HTML
>literal.
>
>That's all.
>
>Walter
>

That was close enough to help. The exact code is:

<textarea><?php echo $file_contents ?></textarea>

Thanks.

Ken

_________________________________________________________________
Frustrated with dial-up? Get high-speed for as low as $29.95/month 
(depending on the local service providers in your area).  
https://broadband.msn.com



More information about the thelist mailing list