kevinritt Posted April 6, 2009 Share Posted April 6, 2009 I have a website that uses snippetmaster to allow the client to change text on their own. There is a problem uploading images - it only seems to allow images already on the server to be uploaded ond not the computer from which the person is working. So my question is: Is there something else I could use to give them the ability to edit content? Snippetmaster seemed to be ok but the problems are becoming more frequent. Any suggestions would be great - thanks Quote Link to comment https://forums.phpfreaks.com/topic/152810-editing-php-pages/ Share on other sites More sharing options...
JonnoTheDev Posted April 6, 2009 Share Posted April 6, 2009 http://www.fckeditor.net/ Quote Link to comment https://forums.phpfreaks.com/topic/152810-editing-php-pages/#findComment-802543 Share on other sites More sharing options...
ambo Posted April 6, 2009 Share Posted April 6, 2009 Look into making your own site editor i made this on my site so i could change things on the fly. I made a file tree which grabs all files and folders in /root directory and display them as a link to fileview.php?file=../folder/file.php then fileview.php $_get['file']; and open the file in write mode explode it into a array and echo it into a textarea then submit it to fileedit.php?file=...... and write the file boom your done DO NOT ALLOW USERS ACCESS TO THIS PAGE AND DO NOT ALLOW THE EDITING OF FILES CONTAINING DATABASE OR SESSION VARIABLES BECAUSE IF IT GETS MESSED UP YO UCANT STAY LOGGED IN TO FIX PROBLEM Quote Link to comment https://forums.phpfreaks.com/topic/152810-editing-php-pages/#findComment-802621 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.