Friday, November 05, 2010

Hello World

Hello World
Hello World!  It seems so simple.  Two words, but in the programing world all languages are not created equal.  In one programming language it is a very simple to make these words appear to the user.  Yet in others it may take three or four lines.  In the programming world a Hello World program is often the introduction to how to use that particular language.  That being said I would like to make the equivilant of a Hello World program in this, my first blog.   Two simple words, Hello World.   The purpose of this blog is to provide a new perspective of computers, both hardware and software, to make your everyday computer experience more enjoyable.  To help support my efforts please visit some of the links on this page, or use the donate button.  In the programming language PHP (Hypertext Processor) this is how Hello World would look:
<?php  echo "Hello World"; ?> .

PHP is a common programming language that is used to run some of the most popular sites on the internet today.  For further details about PHP visit php.net .

No comments:

Post a Comment