[thelist] Edit textfiles in textareas?

jsWalter jsWalter at torres.ws
Fri Sep 26 23:19:59 CDT 2003


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





More information about the thelist mailing list