Hi, This part 2 of 3 of my video series on creating custom functions in PHP. We continue from where I left off in part 1. The Video: Custom PHP Functions – Part 2 Part 3 will be out soon. Thanks, Stefan www.killerphp.com
Hi, This part 1 of 3 of my video series on creating custom functions in PHP. We cover the very basics and learn about one of the key advantages of creating functions in php versus just write straight PHP code to your pages. The Video: Custom PHP Functions Part 2 and 3 will be out…
Hi, I just released the first 3 videos on PHP functions that covers some of the basics on this fundamental construct in PHP. In these videos I cover things like: What exactly are functions. What are a functions ‘arguments’. Why do functions ‘return’ things. … and a bunch of other stuff too. The Videos: PHP…
Hi, I’ve released a new video tutorial covering PHP basics. In this video I teach three different loop types in PHP: For Loops While Loops Foreach Loops The Video: php loops Thanks, Stefan Mischook www.killerphp.com
I just released part 3 on how to process forms with PHP: Processing forms with PHP – part 3 This video wraps up my introduction to forms and PHP where I also teach a little about functions along the way. It’s about 8 minutes long. – This video is geared towards total beginners to PHP…
Hi, I’ve just released part 3 of my videos on objects in PHP. In this video, I clarify a point I was trying to make in part 2. In a nutshell, I talk about why it makes sense to keep any page rendering code (HTML and CSS) out of your business logic classes. .. I…
One of the two main reasons I put up Killerphp.com is that I believe every web designer should learn PHP. It is a position that (as far as I know) is unique on the Web – no other web-nerds have mentioned it so far. I suppose I could go on and write about why I…
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 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…