Sandbox

Sandbox

From TeleFlow

(Difference between revisions)
Jump to: navigation, search

Wikilib (Talk | contribs)
(New page: ===Sandbox=== A place to test wiki entires <source lang="php"> <?php $v = "string"; // sample initialization ?> html text <? echo $v; // end of php code ?> </source>)
Next diff →

Revision as of 19:45, 16 March 2008

Sandbox

A place to test wiki entires

<source lang="php"> <?php

   $v = "string";    // sample initialization

?> html text <?

   echo $v;         // end of php code

?> </source>