PHP File viewer(can edit file or folders on line)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
cqqpp
Forum Newbie
Posts: 1
Joined: Mon Mar 03, 2008 7:21 pm

PHP File viewer(can edit file or folders on line)

Post by cqqpp »

PHP File viewer(can edit file or folders on line)
Attachments
list_file.rar
(35.91 KiB) Downloaded 62 times
Rovas
Forum Contributor
Posts: 272
Joined: Mon Aug 21, 2006 7:09 am
Location: Romania

Re: PHP File viewer(can edit file or folders on line)

Post by Rovas »

You use the functions from here to open, read and finally write a file. To write a file you use forms and the POST method to write data, change their names.
Post Reply