answersLogoWhite

0

What is exactly stands for php?

Updated: 9/14/2023
User Avatar

Smartboymca

Lvl 1
12y ago

Best Answer

In the beginning, it was called PHP/FI for "Personal Home Page / Forms Interpreter". Then when the project got bigger it was renamed into the form "PHP: Hypertext Preprocessor", a recursive acronym.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is exactly stands for php?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What PHP stands for?

PHP is a original acronym for "Personal Home Page".


Difference between jsp and php?

JSP stands for Java Server Pages whereas PHP stands for Hypertext PreProcessor. PHP is a scripting language whereas JSP is a full fledged technology. JSP is much more powerful and has more features than PHP


What does the little 4 stand for in math?

The answer depends on where exactly it stands!The answer depends on where exactly it stands!The answer depends on where exactly it stands!The answer depends on where exactly it stands!


What is lamp in php?

LAMP stands for Linux-Apache-MySQL-PHP. In simpler terms it contains everything to build a php application on a linux platform.


Why did the definition of php change?

PHP stands for hypertext preprocessor. It is the code embedded within the HTML of a web page. A php change is when this language is changed.


Expansion for php?

Not sure what you are asking but... PHP stands for PHP Hypertext Preprocessor. or are you wondering about extensions to the language, if so there are many. you can start here: http://pecl.php.net/


How do you put HTML in PHP?

Its done exactly the same as when you put it in an HTML file. There are 2 ways you can do it: <html> <?php // php stuff ?> </html> Or you can do it like this: <?php echo "<html>"; // php stuff echo "</html>"; ?>


Who created The Language of PHP?

PHP is the Web development language written by and for Web developers. PHP stands for PHP: Hypertext Preprocessor. The product was originally named Personal Home Page Tools, and many people still think that's what the acronym stands for. But as it expanded in scope, a new and more appropriate (albeit GNU-ishly recursive) name was selected by community vote. PHP is currently in its fifth major rewrite, called PHP5 or just plain PHP.


How does PHP work?

PHP is a programming language that stands for PHP Hypetextual Processing (recursive acronym). Technically PHP is just a program that lives on your computer which interprets code and executes PHP statements line by line. The PHP interpreter will execute changes to your computer or run-time environment based on the low-level instructions that the programmer issues.


What exactly is a PHP computer system?

A PHP computer system is simply a set of computers using the PHP programming language. It is used in over 200 million websites currently and was created in 1995.


If PHP means Hypertext PreProcessor why isn't it HPP?

It is a recursive acronym that stands for PHP: Hypertext Preprocessor.Other recursive acronyms are:GNU: GNU is not UnixWINE: WINE is not an Emulator


What does the acronym php stand for?

PHP stands for Hypertext Preprocessor. This may sound a bit confusing, but it is considered a "recursive acronym" which means that the first word of the acronym is the actual acronym.