Start PHP
Start first PHP page
PHP syntax
<?php // input PHP code ?>
Start PHP example
<html> <body> <h1>Start PHP</h1> <?php echo "Hello PHP!"; ?> </body> </html>
<?php // input PHP code ?>
<html> <body> <h1>Start PHP</h1> <?php echo "Hello PHP!"; ?> </body> </html>