View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > Hello World in PHP

From LQWiki

Jump to: navigation, search

Hello World is the typical minimum-function program that prints a message and exits successfully. This is an example written in PHP.

<?php
echo "Hello World!";
?>

Share

Personal tools