Short easy to follow tutorials & more…
Introduction to Object Oriented PHP
- 501: Introduction to Classes & Objects and Limitations
- 502: Object Synta: Declaring and Using Classes and Objects
- 503: Constructors and Destructors
- 504: Encapsulation: Visibility of Object Methods and Properties
- 505: PHP Magic Methods
- 506: Inheritance and Polymorphism
- 506: Abstract Classes and Interfaces
- 507: Static Classes and Class Constants
Introduction to MySQL and phpMyAdmin
- 601: Introduction to MySQL and phpMyAdmin
- 602: Setting and Access Details
- 603: Accessing a MySQL Database via PHP
Working with your MySQL data
- 604: Querying the database for data.
- 605: Inserting data into your database
- 606: Updating(editing) data in your database
- 607: Deleting data in your database