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!