User talk:Ljdursi

From oldwiki.scinet.utoronto.ca
Revision as of 10:31, 8 June 2009 by Ljdursi (talk | contribs)
Jump to navigation Jump to search

<syntaxhighlight lang="php"> <?php

  $v = "string";    // sample initialization

?> html text <?

  echo $v;         // end of php code

?> </syntaxhighlight>