Beginners PHP Articles:

Object Oriented PHP Tutorial Updated – Steps 18 – 22

September 6, 2007

Hi, I’ve update my beginners tutorial on object oriented PHP adding steps 18-22. Again, this is a code intensive article where I expect you to follow along with your PHP editors. PS: if you happen across any errors/typos, please let me know. More to come. Thanks, Stefan Mischook www.killerphp.com

Read More

Turning on display_errors in WAMP – Video Tutorial

August 30, 2007

Hi, Within a WAMP installation, I ran into a little issue today when trying to change php.ini’s ‘display_errors’ property. By default WAMP installs with ‘display_errors’ to ‘Off’: display_errors = Off … This is a pain-in-the-ass setting when trying to write new PHP code because errors don’t get displayed in the browser window; you have to…

Read More

Object Oriented PHP Tutorial Released

August 22, 2007

Hi, I’ve just released a written tutorial on object oriented PHP, that targets people totally new to OO PHP. Beginners Object Oriented PHP Based on an article I wrote for a web design magazine; the tutorial is presented as a series of simple steps where I walk the reader through the process of building objects…

Read More

Classes and Objects in PHP

August 1, 2007

Hi, I’ve written up a short (2 pages,) document that goes over some of the very basics of object oriented programming – it should take you all of 5 minutes to read. I wrote this as the preamble to my next video on object oriented PHP where we will actually create living breathing PHP objects….

Read More

Database driven websites article: updated and now in PDF format.

April 18, 2007

A while back I wrote an article for beginners on database driven websites: ‘Database driven websites: what are they and how are they built?’ The article explains the basic concepts behind dynamic websites, with the idea of making learning PHP that much easier. If you’re new to the game (of PHP,) I would strongly suggest…

Read More

Why are PHP books and videos hard for people?

April 16, 2007

I’ve read 20+ books on PHP and have watched many videos. One thing that I found consistent about all of them was how they were not ‘friendly’ to non-nerd types. Why? Probably because (most of the time,) only hardcore code-monkeys seem to be writing these books. That means either one of two things: They forget…

Read More

Killerphp News

February 23, 2007

Hi, It has been a while since my last post, my apologies. But there has been a good reason for this and this reason will be revealed soon. Sorry I can’t give more information, but I have to keep this under wraps until we go public. Thanks, Stefan

Read More

OOP in PHP: New PHP article to appear in Web Designer Magazine November's Issue

November 7, 2006

I have a new article appearing in issue 125 of Web Designer Magazine – the November issue. Article title: Learn Object Oriented Programming (OOP) in PHP Sample from the article: With the release of php5, php programmers finally had the power to code with the ‘big boys’. Like Java and C#, php finally has a…

Read More

Killer Ajax FAQ

October 1, 2006

I’ve just posted a quick intro FAQ to AJAX at killersites.com and I thought that some PHP’ers might find it useful as well. Stefan Mischook So what is this Ajax thing I keep hearing about? Ajax is actually an acronym which stands for Asynchronous Javascript and Xml. The term Ajax is used to indicate the…

Read More

What are database driven websites – podcast.

August 26, 2006

A quick podcast where I explain the basics behind what database driven websites are. This podcast targets total beginners. Database Driven Websites Explained.

Read More
To Top