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
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
Leave a Reply