User:Mcaslava
From PlcWiki
(Difference between revisions)
m (→Links) |
m |
||
Line 8: | Line 8: | ||
My [[Glossary]] | My [[Glossary]] | ||
+ | |||
+ | <java>public class foo{ /* .... */ }</java> | ||
<pre><php><?php echo "Hello World!"; ?></php></pre> | <pre><php><?php echo "Hello World!"; ?></php></pre> |
Revision as of 16:08, 5 February 2012
Personal Information
Martin Čáslava (martin.caslava@clever.cz)
Links
My Glossary
public class foo{ /* .... */ }
<php><?php echo "Hello World!"; ?></php>
<syntaxhighlight lang="php"> <?php $v = "string"; // sample initialization ?> html text <? echo $v; // end of php code ?> </syntaxhighlight>