Saturday 14 December 2013

Simple PHP program

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

No comments:

Post a Comment