PHP and MySQL Helps
What is PHP?
"PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section." (from php.net.)
General Resources
- PHP online manual (Documentation)
- PHP Functions (Documentation)
- Learning PHP - Resources at W3Schools.net
- Download a Regular Expression for email format checking
- Download a file to test your server for root based link support [Demo]
- Download a file to test your server support for magic quotes [Demo]
Class Specific Resources
- DELETE Query — Prepared Statement
- IF, IF-ELSE Control Structures
- INSERT Query — Prepared Statement
- PHP & MySQL Connection Object
- PHP and MySql Transactions
- PHP Prepared Statements - Introduction
- SELECT Query (Distinct, Multiple Records) — Prepared Statement
- SELECT Query (Filtered, Single Record) — Prepared Statement
- SELECT Query (multiple rows) — Prepared Statement
- UPDATE Query — Prepared Statement