bthompson00 Posted October 18, 2009 Share Posted October 18, 2009 Hi, I'm building a php application at work, but im not part of the IT team. So, at completion I am going to 'turn over' my code to IT to serve and run. The problem being that once turned over, I cannot make changes or update the code. What i'd like is to have a php document as part of the package which I turn over which can open and edit the other local php documents. It really can be very simple, no frills needed. Something along the lines of: - list all of the available local documents - once one is selected, open that file into a field of some kind (prob a textarea) - allow me to edit it there - save the whole thing back into the original php document. Any ideas of how to do this? Or is there something like this out there already? I am going to have to build in security for obvious reasons... Are there any other considerations you can think of? Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/178158-editor-needed/ Share on other sites More sharing options...
bthompson00 Posted October 19, 2009 Author Share Posted October 19, 2009 The following post by "brownrl" looks ok, but I can't get it to work. chmoding the file to 0777 returns a server 500 error. Any ideas? This is the sort of thing I am after... http://www.php-editors.com/forums/other-php-tools/234-online-php-editors.html Quote Link to comment https://forums.phpfreaks.com/topic/178158-editor-needed/#findComment-939408 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.