fogofogo Posted May 23, 2006 Share Posted May 23, 2006 Hello all,I was wondering if anyone had ever come across a php/mysql tutorial that shows how to create a cms that allows users to also upload and display images?ThanksJ Quote Link to comment https://forums.phpfreaks.com/topic/10252-looking-for-a-cms-tutorial/ Share on other sites More sharing options...
micah1701 Posted May 23, 2006 Share Posted May 23, 2006 Yeah, I had trouble find hel on that as well. I ended up just making my own and adding features as I learned what I was doing.first, start w/ Kevin Roth's [a href=\"http://www.kevinroth.com/rte/\" target=\"_blank\"]Rich Text Editor[/a] (RTE) it seems to be just about everywhere on the web where people have WYSIWYG text entry fields.Once you get that up and running, add new features.Find a tutorial for resizing images. Build an application that does that. Then, link it to the RTE.To insert those resized and uploaded images back into the generated code, look at and copy other features of the RTE program (such as "insert table") and adjust to do what you need.Sorry that doesn't give you an easier answer. but its a start. Quote Link to comment https://forums.phpfreaks.com/topic/10252-looking-for-a-cms-tutorial/#findComment-38252 Share on other sites More sharing options...
SharkBait Posted May 23, 2006 Share Posted May 23, 2006 Book I used that had a basic CMS with even a section for uploading images was:Visual QuickPro Guide: PHP and MySQL for Dynamic WebsitesAuthor: Larry UllmanISBN: 0-321-18648-6I loved it, I wish more programming books were layed out like this. Quote Link to comment https://forums.phpfreaks.com/topic/10252-looking-for-a-cms-tutorial/#findComment-38279 Share on other sites More sharing options...
fogofogo Posted May 24, 2006 Author Share Posted May 24, 2006 Nice one - thanks guys. Quote Link to comment https://forums.phpfreaks.com/topic/10252-looking-for-a-cms-tutorial/#findComment-38516 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.