Is PHP really a "hypertext preprocessor," as the name suggests?

Possible duplicate:
What is PHP like "Personalized Home Page" and "PHP Hypertext Preprocessor"?

I get that the name PHP is a recursive acronym. Fine

I'm not sure why PHP has parts of the preprocessor and Hypertext in its name.

A preprocessor is a program that processes input data, and its output is the input of another program.

PHP seems to me like a translator. What exactly does a preprocessor do?

Is it called a preprocessor because its output is usually sent to a web server for delivery over the Internet? So is this a preprocessor for the web server? Is this where it gets its preprocessor name?

Does it get part of the hypertext of its name because PHP is embedded in HTML?

I just found out why PHP is called PHP Hypertext Preprocessor, or is there something else, or am I mistaken, and is it something else?

I have never read what makes PHP a preprocessor and why it has hypertext and a preprocessor. I would really like to nail this.

I know that PHP was originally called a personal homepage. This is easy to understand. Please also simplify your understanding of the PHP Hypertext Preprocessor.

The hardest part of the entire PHP programming language is its name.

+7
programming-languages php
source share

No one has answered this question yet.

See similar questions:

7
What is PHP like "Personalized Home Page" and "PHP Hypertext Preprocessor"?

or similar:

4270
Link. What does this symbol mean in PHP?
2776
How can I prevent SQL injection in PHP?
2414
Why shouldn't I use mysql_ * functions in PHP?
2335
Removing an element from an array in PHP
2024
How do you parse and process HTML / XML in PHP?
1906
How does PHP foreach work?
1624
How do I get PHP errors?
1065
Link. What does this error mean in PHP?
606
PHP syntax errors / syntax; and how to solve them?
0
PHP extension: hypertext processor

All Articles