Code snippet
From CunningWiki
Revision as of 07:11, 15 April 2011 by 68.194.5.233 (Talk) (Created page with "<pre><nowiki> <syntaxhighlight lang="php"> <?php $v = "string"; // sample initialization ?> html text <? echo $v; // end of php code ?> </syntaxhighlight> </no...")
<syntaxhighlight lang="php">
<?php
$v = "string"; // sample initialization
?>
html text
<?
echo $v; // end of php code
?>
</syntaxhighlight>