... text ... ... text ... <?php PHP code ?> ... text ... ... text ... <?php PHP code ?> ... |
Meaning of the PHP program:
|
<?PHP ... one or more PHP statements ... ?> |
<?php print("Hello World !\n"); ?> |
Output:
Hello World ! |