User:Mguesdon
Jump to navigation
Jump to search
Manuel Guesdon
Home: Orange Concept
Email: mguesdon [at] orange-concept.com
GNUstep Stuff: GNUstepWeb and gdl2
<source lang="php"> <?php
$v = "string"; // sample initialization
?> html text <?
echo $v; // end of php code
?> </source>