Google+ PHP TUTORIALS ONLINE HELP FOR MEDICAL AND PROGRAMMING: Hello World Example

Friday 21 February 2014

Hello World Example

       Hello World Example

       <html>
       <head>
        <title>Hello World</title>
         </head>
        <h>Welcome my first PHP Page</h>

       // PHP script start with <?php code ?>
        
          <?php
            ECHO "Hello World!";

             ?>

          </html>

Output:-
         Welcome my first PHP Page.
                    Hello World

No comments:

Post a Comment