Search found 5 matches

by Armitage
Wed Aug 15, 2007 2:46 am
Forum: PHP - Code
Topic: html textarea rendering
Replies: 10
Views: 815

Legend Superdezign. hopefully after a while I'll get used to it.
Gotta say, quickest forum responses ever!!

Thanks,
Mark.
by Armitage
Tue Aug 14, 2007 6:13 pm
Forum: PHP - Code
Topic: html textarea rendering
Replies: 10
Views: 815

Folks,

That worked a charm!!! Thanks a million. I were wrackin' me brain.

Still can't get my head around the whole Posting thing. Especially when the files
posting back to itself.

Thanks again,
Mark.
by Armitage
Tue Aug 14, 2007 3:40 pm
Forum: PHP - Code
Topic: html textarea rendering
Replies: 10
Views: 815

Folks,

Thanks a million for all your help. I'll give that htmlspecialchars a go and see how it runs for me.


THanks,
MArk.
by Armitage
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...
by Armitage
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...