Answers for "what will be the output of the following php code? <?php "hello world" ?>"

PHP
0

Write a php program to print hello world

<?
echo "Hello world";
?>
Posted by: Guest on July-05-2021

Code answers related to "what will be the output of the following php code? <?php "hello world" ?>"

Browse Popular Code Answers by Language