PHP & MySQL course for absolute beginners | Become a PHP pro
- Description
- Curriculum
- FAQ
- Reviews
Welcome to the course ‘PHP For Beginners’ In this course we will go step by step to digest all the basics topics in PHP, so if you are looking for a quick and understandable way to become a master in PHP, this is a perfect course to start with. Most of the sections will have programming exercises and at the end of every section, I will be making the exercises to show you the solutions! The reason why I think it’s important to make the exercises is because you can only learn PHP by DOING IT!
We will also be looking at the basics of MySQL Database since the final section of this course is inserting data in a table, then we will be outputting the data from the table in the browser, and then we will be creating our own login and register script!
In the beginning years when I started programming, I came across so many videos and tutorials where tutors would’ve just create the code without explaining it and I always wondered “why are you doing it this way”? Therefore, I try to give you examples why you should use this method instead of another method and I try to give you real life examples.
This course is created in a logical order to make you a PHP hero in on time! The course has been divided into the following main sections:
1. Introduction
2. Variables and Data Types
3. Operators in PHP
4. Control structures
5. Functions in PHP
6. Build-in functions in PHP
7. How to work with superglobals in PHP
8. Introduction to databases
9. Using a database to create a register/login script
Why you should learn PHP
Anything that you can do on a web server, you can do with PHP. Do you read blogs? Well, blogs are created in PHP! Do you order stuff online? Well, that’s also created with PHP! What I’m trying to say it: PHP IS EVERYWHERE!
-
1Course overviewVideo lesson
-
2Installing XAMPP on MacVideo lesson
-
3Installing a free code editor (Optional)Video lesson
-
4PHP code in HTMLVideo lesson
-
5PhpinfoVideo lesson
-
6Using Echo statement in PHPVideo lesson
-
7Using Print statement in PHPVideo lesson
-
8Adding comments in PHPVideo lesson
-
9Line breakVideo lesson
-
29Introduction to functionsVideo lesson
-
30Creating our first functionVideo lesson
-
31Functions with arguments/parametersVideo lesson
-
32Functions with return valueVideo lesson
-
33Global and local scope in PHPVideo lesson
-
34ConstantsVideo lesson
-
35Including documentsVideo lesson
-
36Requiring documentsVideo lesson
-
37Solutions function exercisesVideo lesson
-
38Introduction to build-in functionsVideo lesson
-
39Math build-in functionsVideo lesson
-
40String build-in functionsVideo lesson
-
41Array build-in functionsVideo lesson
-
42Date and time build-in functionsVideo lesson
-
43Random number build-in functionVideo lesson
-
44Solution build-in functionsVideo lesson
-
45Introduction to superglobalsVideo lesson
-
46Superglobal 'Post' in PHPVideo lesson
-
47Superglobal 'Get' in PHPVideo lesson
-
48Superglobal 'Session' in PHPVideo lesson
-
49Superglobal 'Cookie' in PHPVideo lesson
-
50Superglobal 'Files' in PHPVideo lesson
-
51How to create a working upload systemVideo lesson
-
52Create and write to a fileVideo lesson
-
53How to read from a fileVideo lesson
-
54Creating a working contact formVideo lesson
-
55Introduction to databasesVideo lesson
-
56Creating a MySQL databaseVideo lesson
-
57Creating a MySQL tableVideo lesson
-
58Inserting data using MySQLVideo lesson
-
59Selecting data using MySQLVideo lesson
-
60Updating data using MySQLVideo lesson
-
61Deleting data using MySQLVideo lesson
-
62Ordering data using MySQLVideo lesson
External Links May Contain Affiliate Links read more