Answers for "hello world php program"

PHP
4

hello world in php

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

Write a php program to print hello world

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

Browse Popular Code Answers by Language