Part 1 - An introduction1.1Course introductionThis article of the PHP course is simply an introduction.Part 2 - Getting started2.1An introduction to PHPThis article in my tutorial on PHP covers the basics of PHP.2.2Comments in PHPThis article shows you how to write comments in PHP.2.3Echo and print in PHPEcho and print are two very different PHP functions. This part of the tutorial will describe exactly the difference between these two statements.Part 3 - The basics3.1Functions in PHPThis article in my tutorial on PHP covers functions in PHP.3.2Variables and constants in PHPWorking with variables and constants is a crucial part of an programming language and PHP is no exception.3.3Arrays in PHPThis article in my tutorial on PHP covers arrays in PHP.3.4Forms in PHPWorking with forms and variables is a crucial part of the web, in particular with PHP.3.5Strings in PHPThis part of the tutorial will discuss how to operate on strings appropriately in PHP.3.6Operators & Mathematics in PHPThis article covers mathematics in PHP. Maths is a huge part of any programming language and with web technologies getting more popular, cryptography using mathematical functions is becoming more commonplace.3.7Working with dates in PHPThis article in my tutorial on PHP covers the real world concept of dates in PHP.3.8Reading and writing files in PHPThis article in my tutorial on PHP covers how to read and write files with PHP.Part 4 - Controlling the flow of a program4.1Conditions in PHPThis article in my tutorial the PHP tutorial covers conditional statements.4.2If statements in PHPThis article in my tutorial the PHP tutorial covers if statements.4.3Loops in PHPThis article in my tutorial the PHP tutorial covers loops.4.4Switch statements in PHPThis article in my tutorial on PHP covers switch (case) statements.4.5Error handling in PHPThis article in my tutorial on PHP covers error handling statements.Part 5 - Advanced PHP5.1PHP includesThis article in my tutorial on PHP covers modular PHP.5.2Sending emails using PHPThis article in my tutorial on PHP covers sending emails with PHP.5.3HTTP headers in PHPThis article in my tutorial on PHP covers HTTP headers in PHP.5.4Superglobals in PHPThis article in my tutorial on PHP covers superglobals in PHP.5.5Dynamic sites in PHPThis article in my tutorial on PHP covers making dynamic sites.5.6Transferring a file with PHPThis article in my tutorial on PHP covers transferring files using PHP.Part 6 - MySQL and PHP6.1Getting started with MySQL in PHPThis article in my tutorial on PHP covers the basics of using PHP and MySQL.6.2Using MySQL queries in PHPThis article in my tutorial on PHP covers using MySQL queries in PHP.6.3Preparing MySQL statements in PHPThis article in my tutorial on PHP covers preparing MySQL queries in PHP.AllcoursesComments Please enable JavaScript to view the comments powered by Disqus.