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.
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…
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…