5 PHP Screencasts To Get You Started

Local Development & The PhpED IDE

This screencast will get you started with developing your own PHP applications from your Windows or Mac OS. Running servers locally you can easily debug, profile, and step through code usin the PhpED IDE also mentioned in the tutorial.

View the PHP basics tutorial

Syntax And Readability

This short screencast walks you through the basic syntax of PHP and how it may be executed from within plaintext languages such as HTML, XML, etc.

View the PHP Syntax tutorial

PHP Datatypes

Learn about native PHP datatypes like arrays, objects, strings, integers, booleans and more.

View the PHP Datatypes tutorial

Create Databases And Tables With PhpMyAdmin

Using the popular PhpMyAdmin client we will walk through creation of databases, tables, fields and more.

View the PhpMyAdmin tutorial

Fetching Results From MySQL With PHP

Now that we have our database and table set up from the last screencast we will be demonstrating how to retrieve result sets in multiple ways.

View the MySQL Results tutorial