Mar 31st
2005
2005
Hello world with php / staticize
Using staticize plugin:
PHP code:
<?php
$n = 0;
while($n < 100) {
echo("$n ");
$n++;
}
?>
Does this:
< ?php
$n = 0;
while($n < 100) {
echo("$n ");
$n++;
}
?>
Weee!
Popularity: 1% [?]



November 24th, 2008 at 9:04 am
this one is funy =))
“Does this:
< ?php
$n = 0;
while($n
Weee!”