User:Mguesdon
From GNUstepWiki
(Difference between revisions)
| Revision as of 11:03, 31 July 2012 Mguesdon (Talk | contribs) ← Previous diff |
Revision as of 11:10, 31 July 2012 Mguesdon (Talk | contribs) Next diff → |
||
| Line 9: | Line 9: | ||
| '''GNUstep Stuff''': [http://www.gnustepweb.org GNUstepWeb] and gdl2 | '''GNUstep Stuff''': [http://www.gnustepweb.org GNUstepWeb] and gdl2 | ||
| - | <syntaxhighlight lang="php"> | + | <source lang="php"> |
| <?php | <?php | ||
| $v = "string"; // sample initialization | $v = "string"; // sample initialization | ||
| Line 17: | Line 17: | ||
| echo $v; // end of php code | echo $v; // end of php code | ||
| ?> | ?> | ||
| - | </syntaxhighlight> | + | </source> |
Revision as of 11:10, 31 July 2012
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>
