Articles → PHP → Create Your First Hello World Program In PHP

Create Your First Hello World Program In PHP






Software Requirement




  1. XAMPP is installed on your machine
  2. Any text editor like Notepad

Prerequisite Knowledge





Hello World




<html>
    <head>
        <title> Hello World in PHP </title>
    </head>
    <body>
        <?php
        print("Hello World");
        ?>
    </body>
</html>







Output


Picture showing the output of your first program in php
Click to Enlarge


Posted By  -  Karan Gupta
 
Posted On  -  Tuesday, April 23, 2013

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250