Search
To account for the video time in the certificate, wait for the video to shut down automatically. The next video of the course will be triggered next.
Hey gang, in this first PHP tutorial (with MySQL) I'll explain exactly why I'm creating this series as well as what you'll be making / learning as we progress. PHP is a server-side scripting language which can be used to create dynamic websites and is used all over the web today.
----------------------------------------
????????? ????????? Course Links:
Course files - https://github.com/iamshaunjp/php-mysql-tutorial
VS Code editor - https://code.visualstudio.com/
Materialize Playlist - https://www.youtube.com/watch?v=gCZ3y6mQpW0
Quality content and selected for your learning.
Download your digital certificate of course completion after watching all course videos.
Many of the courses available have exercises to help with learning.
This course is free today and always will be, from start to finish you will pay nothing.
Teacher
Black-belt your development skills. Tutorials on: - Modern JavaScript (beginner to advanced) - Node.js - React - Vue.js - Firebase - MongoDB - HTML & CSS - Plus loads more.
0h07m
0h09m
0h07m
0h07m
0h11m
0h09m
0h16m
0h10m
0h19m
0h12m
0h12m
0h03m
0h12m
0h08m
0h05m
0h11m
0h16m
0h04m
0h05m
0h13m
Watch the 1st video of the course
Hey gang, in this first PHP tutorial (with MySQL) I'll explain exactly why I'm creating this series as well as what you'll be making / learning as we progress. PHP is a server-side scripting language which can be used to create dynamic websites and is used all over the web today.
----------------------------------------
????????? ????????? Course Links:
Course files - https://github.com/iamshaunjp/php-mysql-tutorial
VS Code editor - https://code.visualstudio.com/
Materialize Playlist - https://www.youtube.com/watch?v=gCZ3y6mQpW0
Hey gang, in this PHP tutorial I'll show you how to install all the tools you'll need to start coding with PHP and MySQL on your computer - we'll do this via XAMPP.
Download XAMPP - https://www.apachefriends.org/index.html
----------------------------------------
????????? ????????? Course Links:
Course files - https://github.com/iamshaunjp/php-mysql-tutorial
VS Code editor - https://code.visualstudio.com/
Materialize Playlist - https://www.youtube.com/watch?v=gCZ3y6mQpW0
Hey gang, in this PHP tutorial we'll create our first PHP file and run it on our local server.
----------------------------------------
????????? ????????? Course Links:
Course files - https://github.com/iamshaunjp/php-mysql-tutorial
VS Code editor - https://code.visualstudio.com/
Materialize Playlist - https://www.youtube.com/watch?v=gCZ3y6mQpW0
Hey gang, in this PHP tutorial I'll explain the difference between normal variables and constants, and show you how to use both of them.
----------------------------------------
????????? ????????? Course Links:
Course files - https://github.com/iamshaunjp/php-mysql-tutorial
VS Code editor - https://code.visualstudio.com/
Materialize Playlist - https://www.youtube.com/watch?v=gCZ3y6mQpW0
Hey gang, in this PHP tutorial I'll explain one of the many data types in PHP - strings.
----------------------------------------
????????? ????????? Course Links:
Course files - https://github.com/iamshaunjp/php-mysql-tutorial
VS Code editor - https://code.visualstudio.com/
Materialize Playlist - https://www.youtube.com/watch?v=gCZ3y6mQpW0
----------------------------------------
????????? ????????? Course Links:
Course files - https://github.com/iamshaunjp/php-mysql-tutorial
VS Code editor - https://code.visualstudio.com/
Materialize Playlist - https://www.youtube.com/watch?v=gCZ3y6mQpW0
Hey gang, in this PHP tutorial I'll show you another data type - arrays. We'll look at indexed arrays as a well as associative arrays. Arrays are a way to store multiple related values in one variable.
----------------------------------------
????????? ????????? Course Links:
Course files - https://github.com/iamshaunjp/php-mysql-tutorial
VS Code editor - https://code.visualstudio.com/
Materialize Playlist - https://www.youtube.com/watch?v=gCZ3y6mQpW0
Hey gang, in this PHP tutorial we'll talk about a third kind of array - a multidimensional array, which is essentially just an array of arrays.
----------------------------------------
????????? ????????? Course Links:
Course files - https://github.com/iamshaunjp/php-mysql-tutorial
VS Code editor - https://code.visualstudio.com/
Materialize Playlist - https://www.youtube.com/watch?v=gCZ3y6mQpW0
Hey gang, in this PHP tutorial I'll talk a little bit about the different loops available to us, and use them to iterate over array data.
----------------------------------------
????????? ????????? Course Links:
Course files - https://github.com/iamshaunjp/php-mysql-tutorial
VS Code editor - https://code.visualstudio.com/
Materialize Playlist - https://www.youtube.com/watch?v=gCZ3y6mQpW0
Hey gang, in this PHP tutorial we'll take a closer look at Booleans
Hey gang, in this PHP tutorial I'll talk about conditional statements (if, else if etc). We conditionals to branch our code depending on whether a certain condition is true or false.
----------------------------------------
????????? ????????? Course Links:
Course files - https://github.com/iamshaunjp/php-mysql-tutorial
VS Code editor - https://code.visualstudio.com/
Materialize Playlist - https://www.youtube.com/watch?v=gCZ3y6mQpW0
Continue and break are two important keywords in PHP, so in this tutorial I'll show you how we can use them to break out of the normal loop cycle.
----------------------------------------
????????? ????????? Course Links:
Course files - https://github.com/iamshaunjp/php-mysql-tutorial
VS Code editor - https://code.visualstudio.com/
Materialize Playlist - https://www.youtube.com/watch?v=gCZ3y6mQpW0
Hey gang, in this PHP tutorial I want to introduce you to the concept of functions. Functions are an important part of pretty much every programming language, and allow us to create callable blocks of code that can be re-used.
----------------------------------------
????????? ????????? Course Links:
Course files - https://github.com/iamshaunjp/php-mysql-tutorial
VS Code editor - https://code.visualstudio.com/
Materialize Playlist - https://www.youtube.com/watch?v=gCZ3y6mQpW0
Hey gang, in this PHP tutorial I'll teach you about variable scope in PHP.
----------------------------------------
????????? ????????? Course Links:
Course files - https://github.com/iamshaunjp/php-mysql-tutorial
VS Code editor - https://code.visualstudio.com/
Materialize Playlist - https://www.youtube.com/watch?v=gCZ3y6mQpW0
Hey gang, in this PHP tutorial I'll show you how to use two functions - include
Hey gang, in this PHP tutorial we'll start our Ninja Pizza project by creating the templates for our header and footer. We'll also include these templates into our index file using the include function.
Materialize - https://materializecss.com/getting-started.html
Materialize playlist - https://www.youtube.com/watch?v=gCZ3y6mQpW0
Hey all, in this PHP tutorial we'll carry on with our project by looking at forms in PHP - how to capture data, send POST
Hey gang, in this video I'll show you how to add a little protection against cross site scripting attacks.
----------------------------------------
????????? ????????? Course Links:
Course files - https://github.com/iamshaunjp/php-mysql-tutorial
VS Code editor - https://code.visualstudio.com/
Materialize Playlist - https://www.youtube.com/watch?v=gCZ3y6mQpW0
Hey gang, in this video we'll preform the first step of some very basic form validation to check our input fields have not been left empty!
REGEX Playlist:
https://www.youtube.com/playlist?list=PL4cUxeGkcC9g6m_6Sld9Q4jzqdqHd2HiD
----------------------------------------
????????? ????????? Course Links:
Course files - https://github.com/iamshaunjp/php-mysql-tutorial
VS Code editor - https://code.visualstudio.com/
Materialize Playlist - https://www.youtube.com/watch?v=gCZ3y6mQpW0
Hey gang, in this PHP tutorial we'll add some more validation for our form by using PHP filters and some Regex. For a full regex series, see this playlist - https://www.youtube.com/playlist?list=PL4cUxeGkcC9g6m_6Sld9Q4jzqdqHd2HiD
----------------------------------------
????????? ????????? Course Links:
Course files - https://github.com/iamshaunjp/php-mysql-tutorial
VS Code editor - https://code.visualstudio.com/
Materialize Playlist - https://www.youtube.com/watch?v=gCZ3y6mQpW0
Course comments