PHP Tutorial (& MySQL) #1 – Why Learn PHP?
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.
PHP Tutorial (& MySQL) #2 – Installing PHP (XAMPP)
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.
PHP Tutorial (& MySQL) #3 – Your First PHP File
Hey gang, in this PHP tutorial we’ll create our first PHP file and run it on our local server.
PHP Tutorial (& MySQL) #4 – Variables & Constants
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.
PHP Tutorial (& MySQL) #5 – Strings
Hey gang, in this PHP tutorial I’ll explain one of the many data types in PHP – strings.
PHP Tutorial (& MySQL) #6 – Numbers
—————————————-
PHP Tutorial (& MySQL) #7 – Arrays
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.
PHP Tutorial (& MySQL) #8 – Multidimensional Arrays
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.
PHP Tutorial (& MySQL) #9 – Loops
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.
PHP Tutorial (& MySQL) #10 – Booleans & Comparisons
Hey gang, in this PHP tutorial we’ll take a closer look at Booleans & comparisons. Booleans represent two values – true and false.