Where most other PHP tutorials and books assume you know programming (or at least, that's what it seems like ...) killerphp.com assumes you need to have things explained (and demonstrated) in non-nerd terms.
BASIC PHP VIDEO TUTORIALS
This is my growing collection of video tutorials (about 30 videos now) that guide the total beginner into the world of PHP programming.
Rather than trying to teach you everything there is to know about PHP right from the start, I jump into practical and useable PHP as quickly as possible.
Check out the PHP beginners videos.
|
 |
OBJECT ORIENTED (OOP) PHP VIDEO TUTORIALS
Object oriented PHP is the modern style of PHP programming that the PHP world is quickly moving into.
You don't need to learn OOP techniques to use PHP effectively ... but if you want to:
- really take advantage of PHP,
- understand many of the free PHP programs out there,
- or just code with the 'pros',
... you're going to need to learn OOP in PHP.
Check out the OOP PHP videos. |
|
PHP VIDEO TUTORIALS FOR YOUR IPOD
After many request, I've finally rendered my PHP video tutorials so that you can watch them on your iPod.
You may have a bit of trouble reading the code on your small iPod screens ... but none-the-less, you can still learn from the videos while you're on you're on-the-go.
Download the PHP videos for your iPod.
|
 |
OOP PHP VIDEO TUTORIALS FOR YOUR IPOD
The Object Oriented Programming PHP videos are now available for your iPod.
Now you can learn OOP PHP techniques while you're on-the-go too.
Download the OOP PHP videos for your iPod.
|
 |
ZEND FRAMEWORK
The Zend Framework is the predominant PHP web application framework.
Understanding web frameworks (like Zend) is probably getting into intermediate to advanced PHP levels of complexity. But the advantage is that once you understand the Zend Framework, you will be able to build powerful PHP based web applications very quickly.