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% [?]

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

Leave a Reply