What does PHP stand for?
- by Rob
PHP Hypertext Preprocessor
So the abbreviation is an infinite loop of itself.
PHP = PHP Hypertext Preprocessor Hypertext Preprocessor
Which is = PHP Hypertext Preprocessor Hypertext Preprocessor Hypertext Preprocessor
Or easier to understand:
<?
$php = $php . "Hypertext Preprocessor";
echo $php;
?>
So uh, my question is: What the hell?