What is PHP?
Q: What is PHP?
A: PHP is a scripting language that helps people make web pages more interactive by allowing them to do more intelligent, complex things.
Q: Where is PHP code run?
A: PHP code is run on the web server.
Q: Why is PHP called a preprocessor?
A: PHP is called a preprocessor because it builds the information before sending it to the computer that visits the web page.
Q: What can a website programmed with PHP do?
A: A website programmed with PHP can have pages that are password protected.
Q: What are some standard PHP file extensions?
A: Some standard PHP file extensions are: .php .php3 or .phtml, but a web server can be set up to use any extension.
Q: What languages influenced the structure of PHP?
A: The structure of PHP was influenced by many languages like C, Perl, Java, C++, and even Python.
Q: Is PHP considered free software by the Free Software Foundation?
A: Yes, PHP is considered to be free software by the Free Software Foundation.