[PHP] Edit a page in PHP

2003-08-11 Thread Jeremy Darling
This is driving me nuts. I know it can be done, cuz I've seen it done before, but I can't figure it out. I would like to have a php file that allows me to edit an HTML/PHP file thru my browser. Currently I have something that looks like: This works fine unless the page that I'm editing has

Re: [PHP] Edit a page in PHP

2003-08-08 Thread John W. Holmes
Jeremy Darling wrote: This is driving me nuts. I know it can be done, cuz I've seen it done before, but I can't figure it out. I would like to have a php file that allows me to edit an HTML/PHP file thru my browser. Currently I have something that looks like: print htmlentities($contents); ?>

Re: [PHP] Edit a page in PHP

2003-08-07 Thread Jeremy Darling
Thanks greatly thats exactly what I was looking for. "John W. Holmes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Jeremy Darling wrote: > > This is driving me nuts. I know it can be done, cuz I've seen it done > > before, but I can't figure it out. > > > > I would like to have a