You are not logged in.
Just testing my [ asm] and [ php] mods.. ;-)
<?php
// A comment
/* and another one.. */
print 'This is some php';
if ($money == 0)
{ ask_parents_for_some(); }
?>
And this is normal xhtml<br />
org 256 mov cx, ax mov ax, 78 ; Testing some asm... int 0x20
Offline
Pages: 1