kissfreaque Posted January 29, 2013 Share Posted January 29, 2013 I have a client that wants to be able to edit a small area on his PHP website. I created a text file editor that he can log into and update the text, and that would have been fine but now he also wants the ability to upload images as well. I hate to think of installing WordPress and having it just to populate one small area, it would be like killing a fly with a bazooka. Anyone have an idea of a simple way of handling this? http://krcinterests.com/beta/index.php current deal area Link to comment https://forums.phpfreaks.com/topic/273785-how-to-allow-client-the-ability-to-edit-small-area-text-and-images/ Share on other sites More sharing options...
trq Posted January 29, 2013 Share Posted January 29, 2013 Where exactly are you stuck? This should be a pretty simple task for any PHP developer. Link to comment https://forums.phpfreaks.com/topic/273785-how-to-allow-client-the-ability-to-edit-small-area-text-and-images/#findComment-1408936 Share on other sites More sharing options...
BryanG Posted January 29, 2013 Share Posted January 29, 2013 You could have a simple file upload and then in a database store the link to that image, then run a PHP Loop to print out the pictures you want. Should be pretty simple - Let me know if you want help! Link to comment https://forums.phpfreaks.com/topic/273785-how-to-allow-client-the-ability-to-edit-small-area-text-and-images/#findComment-1408944 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.