Difference between revisions of "Sandbox"
From Baloogan Campaign Wiki
Line 1: | Line 1: | ||
− | + | <syntaxhighlight lang="php"> | |
− | + | <?php | |
− | + | $v = "string"; // sample initialization | |
− | + | ?> | |
− | + | html text | |
+ | <? | ||
+ | echo $v; // end of php code | ||
+ | ?> | ||
+ | </syntaxhighlight> |
Revision as of 21:56, 9 November 2014
<syntaxhighlight lang="php"> <?php
$v = "string"; // sample initialization
?> html text <?
echo $v; // end of php code
?> </syntaxhighlight>