Php start with <?php tag and end with ?> and in the between two tags you write your code.
<?php
echo "This is my first php program";
?>
ouput:
This is my first program
<?php
echo "This is my first php program";
?>
ouput:
This is my first program
No comments:
Post a Comment