Search This Blog

Tuesday, 20 January 2015

Use of "echo" in php

It is used to print a data in the webpage,

Example:

<?php

echo 'Hello World';

?>

No comments:

Post a Comment