1PHP can generate dynamic page content.
2PHP can create, open, read, write, delete, and close files on the server.
3PHP can collect form data.
4PHP can send and receive cookies.
5PHP can add, delete, modify data in your database.
6PHP can be used to control user-access.
7PHP can encrypt data and apply validation.
8PHP used to send and receive E-Mails.
9PHP can be used to integrate with other third party tools.
10PHP can output images, PDF files, and even Flash movies. You can also output any text, such as XHTML and XML.
11
1PHP stood for Personal Home Page now it stands for Hypertext Pre-processor.
2PHP is an open-source, interpreted, and object-oriented scripting language that can be executed at the server-side.
3PHP is well suited for web development. Therefore, it is used to develop web applications (an application that executes on the server and generates the dynamic page).
4PHP was created by Rasmus Lerdorf in 1994 but appeared in the market in 1995.Most of PHP syntax is based on C. It is used to manage dynamic content, databases, session tracking, even build entire e-commerce sites.
5PHP is powerful enough to be at the core of the biggest blogging system on the web (WordPress)!
6PHP is deep enough to run the largest social network (Facebook)!
7PHP is also easy enough to be a beginner's first server side language!