Category Archives: Kode

WP Codebox plugin

?Download download.txt1
2
3
4
5
6
7
8
<?php
function foo() {
echo "Hello World!\\n";
}
for (\$i = 0; \$i < 10 $i++) {
foo();
}
?>

WP Codebox printer kode på en fin måde.

Posted in Kode | Leave a comment