July 2008:

SQL insert statements in PHP

July 19, 2008

Hi, I’ve finally released my first video on using SQL statements in PHP pages. This is the next step after connecting to a MySQL database. I hope you find the videos useful. Stefan Mischook www.killerphp.com

Read More

How to call functions from another class.

July 19, 2008

Many of my articles and videos are based on questions that I see popping up in the php forums or in emails sent to me personally. Recently I was asked by someone how they could call a function found in one class, in another. This may seem like basic stuff to those of us who…

Read More

PHP Rules!

July 15, 2008
Posted in Editorial

Hi, I was chatting with my Java buddies recently and they had just discovered an alternative lightweight framework for building Java based web applications – something called Spring. The Spring framework is equivalent to the Zend Framework or Code Igniter. I first learned about Spring before it was called Spring, back in 2002 when the…

Read More
To Top