How to Create a Content Management System (CMS) Using PHP




Full source code available at: http://www.johnmorrisonline.com/lesson/how-to-create-a-content-management-system/ In this lesson, you’ll learn how to create a …

Original source


30 responses to “How to Create a Content Management System (CMS) Using PHP”

  1. can u help me my project in how to develop personal dairy managment system in this user can keep their personal record like a what they do in a diray
    user can records in diray life any others tasks.
    plz help me for this topic video.

  2. Dude you suck. You create a video that is 1 hr & 44 mins, but still no website? Only a title 1, 2, & 3 output with a little content? That is pathetic. Where is the blog? You should have been able to build the whole damn thing in that amount of time talking. You talk too much, but not enough action. You need to utilize your time better or make it more efficient.

  3. Thanks a lot is not enough compared to what I've learned from this tutorial.. but thank you man! it's exactly what i need for my for my work in progress… hopefully you create more especially ruby on rails…

  4. Thank you for a very informative and easy to follow tutorial!
    I was wondering how I can redirect a user to the start page (index.php) showing all results if the user tries to enter a post ID (?p=XX) that does not exist in the database? When I try to enter a non-existent id, the page doesn't display anything at all…

    If I'm not mistaking, you didn't address this issue in your tutorial.

  5. Thank you so much for this, awesome work!
    Just one question, for some reason I can only upload a certain amount of text within the "content" portion. I have it set to longtext in database but if I go over a couple sentences it just won't do anything. Any advice?

    *EDIT*
    I found that if the text had an apostrophe it wouldn't insert the data.

  6. Thank you so much for your great tutorial sir on creating CMS using PHP.
    I followed your tutorial and created DB table in Mysql then I downloaded your code and tried running it but it is just showing error as :

    Notice:Undefined variable: results in G:wampwwwc-manincludesclass-db.php on line 28 and
    Warning:Invalid argument supplied for foreach() in G:wampwwwc-manindex.php on line 30

    I am new to PHP, can you help me please to solve it?. Please do.

    Thank you so much in advance!!

  7. Hi sir i have a question for you please don't mind i hope you will be help me my question is how can i show related news from posting single news using by cat id please if anybody know reply with my comment.

  8. Enjoying this tutorial a lot! If anyone is having trouble with the function__construct() returning an error (my problem was with class_db.php and returning a parse error), I looked around online and noticed a space between function __construct, which solved the problem. Perhaps a small change with PHP7? I don't know, but that solved my parse error.

  9. Hi, I hope you will answer. I have to ask you, since it's confusing to me, do I really need to create CMS or is it enough to manage my website through my mysql database? Do I understand a CSM thing corectly when saying that CSM just simplify managing mysql database? I'm almost able to create an interactive website but feel like CMS thing (administration pages) are little bit too much.

  10. Sir from 5 days i am struggling in making quiz application using php mysql.
    Can you make a project tutorial for building quiz application using php mysql step by step with planning. Because i am failing in this step.
    Thanks

Leave a Reply