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.