View Single Post
Old 07-29-2006, 11:54 AM   #2 (permalink)
Ken11235
Contributor
 
Join Date: Jul 2006
Posts: 84
Default

Great Idea

PHP- Stands for Hypertext Pre-Processor. PHP is a web scripting language. Many websites, such as this tech forums, use PHP to generate dynamic content (content that changes under different cercumstances). PHP works well with an Apache web server and HTML. It is called a "pre-processor" because, instead of compiling the code into machine language, the php engine interprets the code at runtime. This language is a great starting point for anyone interested in web programming.
Ken11235 is offline   Reply With Quote