August 2006:

PHP Video – PHP variables part 2

August 3, 2006
Posted in PHP Videos

In this video we expand on our exploration of PHP variables. We look at things like: Variable expansion String Concatenation PHP variables part 2 Once you’ve finished this video, we will be looking at PHP arrays … the key to processing HTML forms.

Read More

Evangelizing PHP for web designers

August 1, 2006

The ‘raison d’être’ for www.killerphp.com is basically to make PHP accessible to the average web designer. I want to reach people who have more of a design background than a coding/programming background. TODAY, PHP IS ESSENTIAL WEB DESIGN KNOWLEDGE I can’t tell you how many times web designers have approached me about doing relatively simple…

Read More

PHP Video – PHP includes

August 1, 2006
Posted in PHP Videos

These two videos introduce you to one of the most important tools in PHP – PHP ‘includes’. In a nutshell: PHP ‘includes’ allow you to include/insert code from other pages/documents into your PHP pages. Web designers familiar with CSS can see this as being like linking to external CSS files. Except with PHP includes, you…

Read More
To Top