Source Code:
(back to article)
<?php $text = "Hello World!"; echo $text; ?>
Result:
Report an issue