PHP Tutorial (& MySQL) #15 – Include & Require




Hey gang, in this PHP tutorial I’ll show you how to use two functions – include & require – to import other PHP files. —————————————- Course …

Original source


9 responses to “PHP Tutorial (& MySQL) #15 – Include & Require”

  1. When you are doing tutorials, You should do some tutorial on advanced php and SQL such as how to program backend of sign in , login, how to create search, mailing system and how to use cookies for a better user experience. There is plenty of tutorial on php and SQL with only basics. But you should make a playlist on advanced php and mysql as a continuation of this tutorial.

  2. i use include_once because some time you working on the big project and including the same file 2 time will give the error so that;s why include_once is benefitial because it include the file only once then it ignore the rest…

  3. Great tuto. I love your channel. It's my first reference when I want to learn programming. Keep the good work man.
    Ps: I hope you do something advanced after you finish this beginner series. I love your work honestly. Have a nice day bro.

Leave a Reply