Home  • Courses • Software Engineering
1675
<?php

   echo "Hello world";
   echo "<br/>";
   echo("Hello world");
   echo "<br/>";
   echo "Hello","world";

?>

Comments 1


echo is one of output funciton in PHP
Copyright © 2024. Powered by Intellect Software Ltd