Answers for "how can i write hello world in php"

PHP
3

hello world in php

<?php
    echo "Hello World";
?>
Posted by: Guest on April-22-2021
-1

php hello world

<?php

echo "Hello World"

?>
Posted by: Guest on July-27-2021

Browse Popular Code Answers by Language