Answers for "hello.php"

PHP
1

hello world in php

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

hello world php

<?php
  echo "Hello World"; # or:
  print "Hello World";
Posted by: Guest on September-11-2021
1

php hello world

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

php hello world

print "Hello World!";
Posted by: Guest on June-22-2020
0

php hello world program

<?php
  echo "Hello, World!";
?>
Posted by: Guest on June-01-2021

Browse Popular Code Answers by Language