User:Mguesdon

From GNUstepWiki
Revision as of 10:54, 31 July 2012 by Mguesdon (talk | contribs)
Jump to navigation Jump to search

Manuel Guesdon

Home: Orange Concept

Email: mguesdon [at] orange-concept.com


GNUstep Stuff: GNUstepWeb and gdl2

<syntaxhighlight lang="php"> <?php

   $v = "string";    // sample initialization

?> html text <?

   echo $v;         // end of php code

?> </syntaxhighlight>