Answers for "How do you write "Hello World" in PHP"

PHP
1

hello world in php

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

php hello world

echo "Hello, World!";
Posted by: Guest on October-08-2020

Browse Popular Code Answers by Language