User:Mcaslava

From PlcWiki

Revision as of 16:10, 5 February 2012 by Mcaslava (Talk | contribs)
Jump to: navigation, search

Personal Information

Martin Čáslava (martin.caslava@clever.cz)

Links

Corporate Identity

Clever Tool

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>
Personal tools