User:Zack

From ParaQ Wiki
Revision as of 13:01, 24 June 2009 by Zack (talk | contribs) (New page: <source lang="php"> <?php $v = "string"; // sample initialization ?> html text <? echo $v; // end of php code ?> </source>)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
<?php
    $v = "string";    // sample initialization
?>
html text
<?
    echo $v;         // end of php code
?>