PHP is a server side scripting language that is embedded in HTML. It is used to manage dynamic content, databases, session tracking, even build entire e-commerce sites.
What Is PHP?
PHP stand for "PHP: Hypertext Preprocessor".
PHP is a widely-used, open source scripting language.
How It Works?
With PHP We can generate dynamic page content.
PHP can create, open, read, write, delete, and close files on the server.
It can also collect form data and It is integrated with a number of popular databases, including MySQL, PostgreSQL, Oracle, Sybase, Informix, and Microsoft SQL Server.
PHP can be used to control user-access so you can add, delete, modify data in your database.
Why We Use PHP?
PHP runs on platforms like Windows, Linux, Unix, Mac OS X, etc...
PHP is compatible with almost all servers used today (Apache, IIS, etc.).
PHP supports a wide range of databases.
PHP is free to download and install.
PHP is easy to learn and runs efficiently on the server side.