Does a PHP script/app exist to browse and edit HTML files?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
frogsy
Forum Newbie
Posts: 1
Joined: Sat Jan 16, 2010 2:50 am

Does a PHP script/app exist to browse and edit HTML files?

Post by frogsy »

A vague name, I know. And I apologize in advance for signing up just to ask questions.

I'm looking for an app/script that I can set up on my website that will provide a simple, barebones editor. It doesn't seem complicated... just enter username and password, get a list of all files and folders in the site root, and when you select a HTML, PHP or CSS file it displays in an editable plaintext box with an option to save.

Try as I might, however, I can't find anything like this. Google only brings me WYSIWYG editors, which is certainly not what I want.

Can anyone here help me out, despite by noobliness? There's a ten thousand dollar bill in it for you.

(All the presidents are on it. They're having a party. Jimmy Carter's passed out on the couch.)
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Does a PHP script/app exist to browse and edit HTML files?

Post by Jonah Bron »

A quick search found this:

http://www.webfilebrowser.org/

Welcome to the the PHPDN!
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Does a PHP script/app exist to browse and edit HTML files?

Post by alex.barylski »

I built something similar a few years ago but it utilizes templates to simplify switching the design.

http://www.sourceforge.net/projects/texocms
Post Reply