welcome message in php, first program in php
Lab # 2

Basics of PHP

1.  Write a PHP script to display Welcome message.
Lab-2-1-Wecome.php
<?php 
    echo "Hello World!! <br>";
    echo "Welcome in PHP";
?>

Output
hello world in php


Happy Coding :)

VISIT: https://codesnail.com