Part two of my beginners video tutorials on how to use PHP to process HTML forms. Video: PHP and forms video tutorial Having covered the basics of forms in the first video, I now jump into the actual PHP code and introduce (for the first time) a built-in PHP construct called ‘Super Globals’. We learn…
In this article/podcast, I look at what php interfaces are, and when and why we would use them over classes. AUDIENCE: To follow along, you must know the basics of object oriented php. – Download the MP3: PHP Interfaces Explained. The following notes are meant to support the podcast … I left the details in…
A quick podcast where I explain the basics behind what database driven websites are. This podcast targets total beginners. Database Driven Websites Explained.
I been away from making videos for about a week now because of a surprize root canal. This ultra-painful experience (I actually lost 10 lbs!) has prevented me from doing any video work (any work at all,) for last little while. Let that be a lesson to you all: If you grind your teeth in…
I’ve received many emails over the last few years, with complaints of how confusing PHP seemed … of how hard the documentation on the web seemed to be. So I created killerphp.com to help those web designers who seemed to be more inclined to design and not to code. THE WEBSITE LAUNCHED I put up…
In this video, I review a few key aspects about forms that relate directly to form processing with PHP. … I cover these three attributes: The ‘action’ attribute The ‘method’ attribute The ‘name’ attribute In part 2, we will get into practical examples. PS: these videos are still targeting web designers … so if you…
Just released a new video on PHP associative arrays. Associative arrays are one of the two types of arrays found in PHP and is (in my opinion) one of the most important aspects of the php programming language. PHP associative arrays are used everywhere and are the underlying mechanism to so many important things in…
I just released a new video on the super important indexed array. PHP indexed arrays are one of the two types of arrays that you’ll find in PHP. > PHP indexed array video tutorial
From Killersites.com blog: Recently a more practical way of classifying languages has come to my attention – classifying languages by problem-domain or in other words, context. * System Languages * Architectural Languages * Application Languages I like this list, because it really conveys a sense of practical use for a language. I’ve hammered out the…
With the recent rise in popularity of the Ruby programming language (largely driven by the excellent but not perfect web framework called Rails), I’ve noticed a little fear in the air … fear on the part of some people in the PHP community. Will Ruby kill PHP? The short answer is: no. MY REASONING Though…