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!
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!
This entry was posted on Thursday, March 31st, 2005 at 1:11 am and is filed under Development. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

I'm a user experience designer living in the Bay Area in California. Imagining the future is my specialty. More about me
Designed by Gabriel / Serafini Studios | Powered by
WordPress | RSS | Log in

