Echo statement is used to print something on response stream.
Code Example:
Above code is same as following:
Code Example:
<html>
<body>
<?php
echo 'hello world';
?>
</body>
</html>
Above code is same as following:
<html>
<body>
hello world
</body>
</html>
No comments:
Post a Comment