Legend Superdezign. hopefully after a while I'll get used to it.
Gotta say, quickest forum responses ever!!
Thanks,
Mark.
Search found 5 matches
- Wed Aug 15, 2007 2:46 am
- Forum: PHP - Code
- Topic: html textarea rendering
- Replies: 10
- Views: 815
- Tue Aug 14, 2007 6:13 pm
- Forum: PHP - Code
- Topic: html textarea rendering
- Replies: 10
- Views: 815
- Tue Aug 14, 2007 3:40 pm
- Forum: PHP - Code
- Topic: html textarea rendering
- Replies: 10
- Views: 815
- Tue Aug 14, 2007 2:09 pm
- Forum: PHP - Code
- Topic: html textarea rendering
- Replies: 10
- Views: 815
Legend Moose!! I've tried that swap before but not at the point where it's writing it to and from the file. So basically when reading from the post change all the < and > to their < and > equivalent and when writing it back to the file I need to undo it? Sounds like a sed equivalent is required. I'l...
- Tue Aug 14, 2007 12:58 pm
- Forum: PHP - Code
- Topic: html textarea rendering
- Replies: 10
- Views: 815
html textarea rendering
Hey folks, I've written a little php script that allows me to edit the files on the server. The script provides me with a textbox for executing server side commands and a text box for a filename. There's two buttons for opening the file and saving the file to and from a textarea underneath. Alas whe...