Archive for the 'php' Category

Filler

April 29th, 2007

<?php

function life($man){
if (empty(WORLD)) {
define(”WORLD”, “round”);
}

define(”GOD” , $religion);

while ($life =! null) {
breathe();
eat();
sleep();
}

}

life($simpleman);

?>
File saved as life.php…
#php -f […]

Code from my upcoming website

February 24th, 2006

C:\> cd http\www
C:\http\www> edit index.php
< ?php
//oh crap...
?>
C:\http\www> _