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 Quote Link to comment 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. Quote Link to comment 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! Quote Link to comment 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.