🚀 How to Build a Basic CMS with PHP and MySQL for a Blog Website

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 51

  • @auztuts
    @auztuts  Рік тому +3

    Please check the video description to find the project files. Also if you user GitHub project without following the tutorial , please don't forget to import the database file "cms.sql" which is in the root folder. And please use "admin" as the username and "pass" as the password to login to the admin panel.

  • @salem.g4551
    @salem.g4551 6 місяців тому +1

    This tutorial was exactly what I was looking for! I was struggling with connecting PHP to my database, but this video cleared things up for me. Now I feel confident to move forward with my project.

    • @auztuts
      @auztuts  6 місяців тому +1

      Glad it helped! Good luck.

  • @adhdmed
    @adhdmed 7 місяців тому +2

    I totally love this PHP Mysql tutorial.
    Can you Please perhaps make a tutorial to show how to upload it onto an affordable Hosting service provider😊

    • @auztuts
      @auztuts  7 місяців тому +1

      Thank you! I will try.

  • @omurbekov2452
    @omurbekov2452 Рік тому +1

    You are great person! And you know what? You literally saved my job! Thanks a lot for this tutorial!

    • @auztuts
      @auztuts  Рік тому +1

      I am glad that, the video helped you. You are welcome.

  • @henoksebsibe5846
    @henoksebsibe5846 7 місяців тому +1

    bro i dont know what to say thank you very much you saved my life i really appreciate what you are doing big time❤❤❤❤❤❤

    • @auztuts
      @auztuts  7 місяців тому

      No problem man. Thank you too!

  • @MastiMajack
    @MastiMajack 7 місяців тому +1

    Thank you so much bro! Great Explaination!

    • @auztuts
      @auztuts  7 місяців тому

      You are welcome!

  • @FIEPDigital
    @FIEPDigital 7 місяців тому +1

    Good man, thank you sir!

    • @auztuts
      @auztuts  7 місяців тому

      You are welcome!

  • @benardochanda5417
    @benardochanda5417 11 місяців тому

    My guy you are totally AWSOME!

    • @auztuts
      @auztuts  11 місяців тому

      Thank you!

  • @ladelec
    @ladelec 5 місяців тому +1

    Good job! I have a question: how do I make the post have images or video or html code instead of plain text?

    • @auztuts
      @auztuts  4 місяці тому

      Good question! You can utilize TinyMCE , more details is here www.tiny.cloud/blog/add-wysiwyg-editor-to-website/

  • @Kainara0
    @Kainara0 3 місяці тому

    Wahh yaar maja aa gaya ❤❤🫶🙏🙏

    • @auztuts
      @auztuts  3 місяці тому

      Thank you!

  • @3rdworldP
    @3rdworldP 2 місяці тому +1

    Nice video... Thank you

    • @auztuts
      @auztuts  2 місяці тому +1

      You are welcome

  • @kam.stories
    @kam.stories Місяць тому

    Very useful

  • @learnwithaktar8182
    @learnwithaktar8182 Рік тому

    Thank you for this nice tutorial!

    • @auztuts
      @auztuts  Рік тому

      You're very welcome!

  • @MewtwoStar
    @MewtwoStar 8 місяців тому

    Nice video.
    Suggestion: Make a video on How we can upload images and media with in the sequence of article.

    • @auztuts
      @auztuts  8 місяців тому +2

      Thank you! My next video tutorial will be that one 🙂

    • @auztuts
      @auztuts  7 місяців тому +1

      Here you go : ua-cam.com/video/adMjzWiG21U/v-deo.html

    • @MewtwoStar
      @MewtwoStar 7 місяців тому +1

      @@auztuts Thank you sir
      Suggestion:
      This CMS was best , you could add WYSIWYG editor for blog post editing.

  • @melpponp2694
    @melpponp2694 Рік тому +1

    Thank you, very good tutorial, iam a beginner and I wanted to know how to insert images in the post, it would be excellent, greetings and good luck

    • @auztuts
      @auztuts  Рік тому +2

      Actually , it is difficult here to explain in the comments. I will come up with a second part where I will show how to insert images in the post.

    • @auztuts
      @auztuts  7 місяців тому

      You can get the idea from this tutorial : ua-cam.com/video/adMjzWiG21U/v-deo.html

  • @DevTestovic
    @DevTestovic 9 місяців тому +1

    Can you add the photo upload option to this tutorial and the way of modification as well?

    • @auztuts
      @auztuts  9 місяців тому +1

      I will try to come up with another tutorial for doing that.

    • @viharyeole4486
      @viharyeole4486 8 місяців тому

      jaldi bhai
      @@auztuts

    • @auztuts
      @auztuts  7 місяців тому

      Please watch this video to do that : ua-cam.com/video/adMjzWiG21U/v-deo.html

  • @EdwinCajyonk
    @EdwinCajyonk 3 місяці тому +1

    I scare when my boss request CMS because i dont know how to do it as newbe web developer. You literly save my job & my life.

    • @auztuts
      @auztuts  3 місяці тому

      Thank you! I am glad that it helped you 🙂

  • @prachipardeshi14
    @prachipardeshi14 7 місяців тому

    Thankyou

    • @auztuts
      @auztuts  7 місяців тому

      Welcome!

  • @vinnnduri7509
    @vinnnduri7509 5 місяців тому +1

    What if I have content that is more than one paragraph, how do I go about it?

    • @auztuts
      @auztuts  5 місяців тому

      Sorry to say that you can not do it in the current codes. You will have to implement TInyMCE editor somehow.

  • @rexstrife143
    @rexstrife143 7 місяців тому +2

    database?

    • @auztuts
      @auztuts  7 місяців тому

      Just uploaded it to github. Please use "admin" as the username and "pass" as the password.

  • @netkongen
    @netkongen 2 місяці тому

    Fine code, but open for several multiple mysqli injections

    • @auztuts
      @auztuts  2 місяці тому +1

      Hi yes. I did not focus on security much for this tutorial. I will try to make another. Thank you!

  • @Ethan-xj7hb
    @Ethan-xj7hb День тому

    is it possible to turn all of the php files to one PHP file? u don't need to make a video about I just want to know :)

  • @srujanakranthitv
    @srujanakranthitv 10 місяців тому

    bhai.. iawant epaper CMS script plz

    • @auztuts
      @auztuts  10 місяців тому

      Sorry, I did not understand what you meant

  • @BkrsadbjkSalhsasd
    @BkrsadbjkSalhsasd Рік тому +1

    Is this completely free?

    • @auztuts
      @auztuts  Рік тому +1

      Yes. It is on UA-cam so it is free.