Runs on the server before the page reaches the browser. If you "View Source" in your browser you will never see PHP — only what it produced.
playing.php — Variables and a for loop4.php — Echoing HTML from PHP\n matters when you generate code.5.php — Building a table with a loop
4.6.php — The same table, formatted with CSS
arrays.php — Arrays in PHP
6.crazyArrays.php — 2D and nested arrays
7.php-8-forEach.php — Looping an array with foreach
php-7-fileio.php — Reading a CSV filetrees.csv from this folder.uploadFiles.php — Uploading a CSV through a form
10.functionsExample1.php — Functions in a separate filerequire to pull in functionsExample2.php.dateStuff.php — Dates and timesdate() and strtotime().json.php — Building an array and encoding it as JSONspecialFunctions.php — Inspecting the $_SERVER array