View Single Post
  #1 (permalink)  
Old 10-06-03, 09:27 PM
mdhall's Avatar
mdhall mdhall is offline
Aspiring Coder
 
Join Date: Oct 2003
Posts: 510
Thanks: 1
Thanked 1 Time in 1 Post
PHP code to edit a text file

Hi. I'm looking for a PHP code or snippet (not a whole program) that can display a text file (.css) and let you edit it, then save it, all on the web server. I don't want a big premade program to upload since I only want this to edit one .css file on a website. I want to build a simple HTML user interface for a site owner to change their .css file without having to do html, ftp and all that. The only code I found doesn't work, it simply displays the php code in a text area and doesn't show the actual file that it is pointed to, which is the .css file i want to change. Any help or suggestions is appreciated, and I can post the code I have if it will help...Thnx
Reply With Quote