Basics.html | This is a good place to start. There are additional notes on my Wordpress page - includes Echo, Arrays, Functions, if statements, Objects (classes). | |
Table Connections | PHP commands to connect to a MySQL database. there are 2 flavors - object oriented and procedural (deprecated) | |
Queries | A simplified query interface - Object oriented code | |
Debug | How to add statements to your code to simplify debug | |
Date Conversion Test | Test Date conversion functions from the Windows double format to the Unix integer format - PHP version | |
GET and POST | Comparison of GET and POST, and a few functions to simplify passing form parameters |