how to make hello world program in php

0
2162

Overview

hello world program in php
-but before program you should have wamp server
if don’t you have idea then watch -~”how to install wamp on window” video from our channal
your 1st php program code:-

<?php
echo "hello world";
?>

output:-
hello world
after this tutorial you can able to move other intermediate programs of php.

Summary

hello world basic program in php echo “hello world”;output:-hello world after this tutorial you can able to move other intermediate programs of php.