Hello World PHP
Just paste this code into a file named HelloWorld.php.
<?php
echo ‘Hello World!’;
?>
Navigate to the page and you have “hello world.”
Filed under: PHP on January 14th, 2008 | No Comments »
Just paste this code into a file named HelloWorld.php.
<?php
echo ‘Hello World!’;
?>
Navigate to the page and you have “hello world.”
Filed under: PHP on January 14th, 2008 | No Comments »