User:Mcaslava
From PlcWiki
(Difference between revisions)
m (→Links) |
m (→Links) |
||
Line 10: | Line 10: | ||
<java>public class foo{ /* .... */ }</java> | <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:10, 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>