infolink

Sunday 25 March 2012

PHP Syntax?

PHP syntax is:
<?PHP  -  it is starting tag
?>         -  it is ending tag.

<html>
<body>

<?php
echo "Hello World";
?>

</body>
</html> 

No comments:

Post a Comment