ianhaney Posted May 27, 2013 Share Posted May 27, 2013 Hi I am looking for a good php cms tutorial if anyone knows of any that I can test out on my localhost Kind regards Ian Quote Link to comment https://forums.phpfreaks.com/topic/278427-php-cms-tutorial/ Share on other sites More sharing options...
PravinS Posted May 27, 2013 Share Posted May 27, 2013 There are number of CMS in php like joomla,drupal etc, they provide all tutorials and documentations. You can visit there site. Quote Link to comment https://forums.phpfreaks.com/topic/278427-php-cms-tutorial/#findComment-1432493 Share on other sites More sharing options...
ignace Posted May 27, 2013 Share Posted May 27, 2013 (edited) I think a simple search would reveal a lot of tutorials related to PHP CMS. Writing a simple CMS is not even that hard. Try to create a guestbook and you pretty much already have much of the required knowledge to write a simple CMS. You would need a <form/> that will hold your data: title, content. If you don't know HTML then find a tutorial that explains to you how you can create forms. And a tutorial that explains how you process a form with PHP maybe write the information you posted back out on the screen. Then a simple tutorial that explains you how to write/read stuff from a database and you have all the knowledge needed for your simple CMS. Then extend on that and learn about: - authentication and build a login for your CMS and secure your pages - mod_rewrite and create friendly URL's like /en/how-i-learned-mod-rewrite Edited May 27, 2013 by ignace Quote Link to comment https://forums.phpfreaks.com/topic/278427-php-cms-tutorial/#findComment-1432555 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.