PHP Archives

PHP Day 3: Numbers and Operators

Today I got familiar with the way PHP uses numbers and operators — just a basic introduction, only three minutes long.

Click To Play
play_blip_movie_146172();
Links for PHP Day 3: Numbers and Operators
Integers and Floats in PHP:

PHP: Integers - The PHP manual’s page on integers.
PHP: Floating Point Numbers - The PHP manual’s page on floats.
Floating Point - Wikipedia […]

Read more »

PHP Day 2: Strings and Variables

This five-minute video covers the basics of strings, variables, and how to combine strings and variables.

Click To Play
play_blip_movie_145672();
Links for PHP Day 2: Strings and Variables
Strings:

PHP: Strings - The page on strings from the PHP manual.
String (Computer Science) - General information (and scary math stuff) from Wikipedia.
Weekly Word: Concatenate - A post on my writing blog […]

Read more »

PHP Day 1: Getting Started

Yup, it’s day one of the exciting PHP adventure! This screencast is five and a half minutes long, and it covers some basic information like what you need to get started, how to make a PHP file with Notepad, and the very basics of PHP syntax. See the links below the video for more details.

Click […]

Read more »

Free PHP Video Tutorials from Around the Web

Since I want to start learning some PHP, I thought I’d begin with some research. How many free video tutorials are out there? Here’s what I found so far:

The Blog of Jonathon Sampson - This guy’s been making a bunch of great screencasts on PHP, as well as many other nerdy, computer-ish stuff.
KillerPHP.com - Another […]

Read more »