//here is a example of usage
<?php
echo "Hello, this is PHP echo";
print "Hi, this is PHP print";
?>
Find out more here
//here is a example of usage
<?php
echo "Hello, this is PHP echo";
print "Hi, this is PHP print";
?>
Find out more here