User:Mcaslava
From PlcWiki
(Difference between revisions)
m (→Links) |
m (→Links) |
||
Line 9: | Line 9: | ||
My [[Glossary]] | My [[Glossary]] | ||
- | <syntaxhighlight lang="php"> | + | <syntaxhighlight lang="php"> |
<?php | <?php | ||
$v = "string"; // sample initialization | $v = "string"; // sample initialization |
Revision as of 14:27, 5 February 2012
Personal Information
Martin Čáslava (martin.caslava@clever.cz)
Links
My Glossary
<syntaxhighlight lang="php"> <?php $v = "string"; // sample initialization ?> html text <? echo $v; // end of php code ?> </syntaxhighlight>