Question:- What is PHP?
Answer:- PHP stands for Hypertext Preprocessor. It is an open source server-side scripting language which is widely used for web development. It supports many databases like MySQL, Oracle, Sybase, Solid, PostgreSQL, generic ODBC etc.
Question:- What is PEAR in PHP?
Answer:- PEAR is a framework and repository for reusable PHP components. PEAR stands for PHP Extension and Application Repository. It contains all types of PHP code snippets and libraries.It also provides a command line interface to install "packages" automatically.
Question:- Who is known as the father of PHP?
Answer:- Rasmus Lerdorf
Question:- What was the old name of PHP?
Answer:- The old name of PHP was Personal Home Page.
