Like any language, when we start the first thing we do is to test the ultimate algorithm: The Hello Blog!
function foo() { return "Hello Blog!n"; } for ($i = 0; $i < 10 $i++) { echo foo(); }
PHP
August 12th, 2007
No response