- PHP – What is…
- PHP – Why Learn…
- PHP – Why Coders Hate…
- PHP – What is Needed to Learn…
- PHP – What are Versions of…
- PHP – Text Editor for Writing…
- PHP – Shared Hosting for Running…
- PHP – Naming Scripts and Tags in…
- PHP – Viewing PHP Environment with PHPinfo()
- PHP – Print Function and New Line Command in…
- PHP – Setting Variables
- PHP – Garbage Code and Bad Variables
- PHP – Comments
- PHP – if Statements
- PHP – if else Statements
- PHP – elseif Statements
- PHP – switch Statements
- PHP – Comparison Operators
- PHP – Logical Operators
- PHP – For Loops
- PHP – While Loops
- PHP – Do While Loops
- PHP – Creating Arrays
- PHP – Naming Array Keys
- PHP – Sort Array by Value – sort() and rsort()
- PHP – Sort Array by Key – ksort() and krsort()
- PHP – Access Array Values – Foreach()
- PHP – Access Named Keys in Arrays – Foreach()
- PHP – Multidimensional Arrays
- PHP – Write to File – file_put_contents()
- PHP – Turn File Into an Array – file()
- PHP – Send Emails – mail()
- PHP – Code Reuse – include
- PHP – Set and Read Cookies – setcookie()
- PHP – Redirect Web Page – header()
- PHP – Send Data to PHP with HTML Form
- PHP – $_GET to Send Variables in Hyperlinks
- PHP – $SESSION Variables
- PHP – glob() Function to List and Filter Files in Folder
- PHP – isset() Function to Verify if a Variable Has a Value
- PHP – Upload File with HTML Form ($_FILES)
- PHP – File Upload Filter ($_FILES)
- PHP – Test Variable Against an Array with in_array()
- PHP – Parse Filenames and Paths with pathinfo()
- PHP – Send Shell Commands with shell_exec()
- PHP – Parse String with strpos()
- PHP – See Variable/Array Values with var_dump()
- PHP – Turn Strings into Arrays with explode()
- PHP – Test Transformation (strtolower, strtoupper, ucfirst, ucwords
- PHP – Time and Date Functions