PHP Videos:

Connecting PHP to MYSQL Video Tutorial

April 14, 2008
Posted in PHP Videos

Hi, I was just looking over killerphp.com and noticed that I hadn’t posted any new content for a little while – it’s been about two weeks! … That can happen when your busy removing your teeth. 🙂 Anyway, I’ve gotten around to releasing a new set of beginners video tutorials on PHP. This time around,…

Read More

Setting up an MVC structure with the Zend Framework – part 2

March 26, 2008

Hi, I’ve released our second video (part 2 of 2) on setting up an MVC structure with the Zend Framework. This Zend Framework video is from our resident Zend-nerd: Jon Lebensold. Again, let us know what you think and should you have any suggestions or request, please feel free to comment. Running time: 19+ minutes…

Read More

Setting up an MVC structure with the Zend Framework – part 1

March 24, 2008

Hi, I just released a new video on setting up an MVC structure with the Zend Framework. This video is a little more basic than the previous Zend videos … I had to twist Jon’s arm a little. Anyway, let us know what you think and should you have any suggestions or request, please feel…

Read More

Object Oriented Video Tutorials for your Ipod

March 14, 2008

Hi, I just released my beginners object oriented php video tutorials in iPod format. These videos target total beginners to object oriented programing. Though I talk about PHP, the principles are universal and so they apply to all OO (object oriented) languages including: Java Actionscript C# Ruby .. and others. So if you are struggling…

Read More

Zend Framework Video Tutorials

March 9, 2008

I just launched a new section on Killerphp.com on the Zend Framework. I figured it only made sense, given that we’ve built two live web applications based on it: Video sharing site: www.idea22.com Web template sharing site: www.webshapes.org – For those of you who are not familar with the Zend Framework: The Zend Framework is…

Read More

PHP Video Tutorials for iPods

February 20, 2008

Because of recent demand, I decided to release my PHP video tutorials in iPod format – that means they play on your iPod. 🙂 … OK, you guys guessed that one. These video were originally intended for viewing on a computer monitor, so some of the code examples will be harder to read since iPod…

Read More

PHP Sessions Video Tutorials – Part 3

February 17, 2008

This is part 3 (of 3) of my video tutorials that introduces PHP sessions to beginners. The video: PHP session video tutorial – part 3 Notes from the videos: Session ID: PHP sessions create a unique id that is passed on to the user by either a cookie or in the URL string. To be…

Read More

PHP Sessions Video Tutorials – Part 2

February 15, 2008

This is the part 2 of 3 of my videos that introduces the beginner to PHP sessions. In this video, I get into practical examples where we see basic PHP sessions in action. PHP session video tutorial – part 2 Thanks, Stefan Mischook www.killerphp.com

Read More

Introduction to MySQL Video Tutorial

October 24, 2007
Posted in PHP Videos

I’ve just released a new video introducing MySQL – PHP’s partner in crime. I cover basic topics like: Database types. The difference between a database and a spreadsheet etc … I also briefly introduce phpMyAdmin given that it is probably the most used MySQL management tool out there today. – I will soon be releasing…

Read More

PHP Video: Creating your own Functions – Part 3

October 11, 2007
Posted in PHP Videos

Hi, This part 3 of 3 of my video series on creating custom functions in PHP. We continue from where I left off in part 2. The Video: Custom PHP Functions – Part 3 Thanks, Stefan www.killerphp.com

Read More
To Top