Posted in

PHP Tutorials Part – 2 Php Hello World – freetoolpt

PHP Tutorials Part - 2 Php Hello World - freetoolpt

PHP Tutorials Part – 2 Php Hello World – freetoolpt       

php में Hello world का program

 

 

echo का प्रयोग प्रिंट करने के लिए किया जाता है।
 
<?php 
 
 echo “Hello world”; 
 
?>
 
 
Output :
 
Hello world
 

Leave a Reply

Your email address will not be published. Required fields are marked *