User:Mguesdon

From GNUstepWiki
Revision as of 10:54, 31 July 2012 by Mguesdon (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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>