Monday 20 July 2015

Printing welcome in php

To print "welcome" in php:
<?php
echo "welcome" ;
?>

echo is used to print something.

No comments:

Post a Comment