First Program in PHP This is first program in PHP, This program will print “Hello World!” on browser. <?php echo "Hello World!"; ?>