Archive for July, 2008

SQL insert statements in PHP

Saturday, July 19th, 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

How to call functions from another class.

Saturday, July 19th, 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 [...]

PHP Rules!

Tuesday, July 15th, 2008

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 inventor of [...]