General
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 Quizs and at the end of every section, I will be making the Quizs show you the solutions! The reason why I think it’s important to make the Quiz is that 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 created the code without explaining it and I always wondered “why are you doing it this way”? Therefore, I try to give you examples of why you should use this method instead of another method and I try to give you real-life examples.
What you'll Learn
- You will learn how to download and install PHP and MySQL tools.
- You will learn how to work between a user interface and a database back-end that stores critical information.
- You will learn to work with the most used data types.
- You will learn what operators are.
- How to use conditional statements, while loops, do-while loops, for loops, foreach loops.
- You will learn why you should use functions.
- You will learn the basic built-in functions.
- You will learn the most important superglobals.
- You will learn how to create a working file upload system.
- You will learn how to create a working contact form.
- How to use forms to submit data to databases.
- You will learn how to use databases.
- You will learn MySQL Queries.
- Password hashing.
- Error handling.
- You will learn why you should use prepared statements.
- You will learn how to create a login/register script.