PHP is a very popular programming language manly used to develop websites. Was launched in 1995 and today millions of websites and applications are made using PHP.
It provides detailed documentation with examples, developers can make any type of website and work with databases.
It includes custom functions, but also allows to create your own.
Code can be written in procedural mode or as OOP (object oriented), a lot of classes and scripts ready to use are available on Internet for free.
It interacts with different types of databases, there are many tools such as phpMyAdmin, written in PHP, that helps to manage and work with databases easily.
It can be used together with HTML, CSS, JavaScript to make beautiful web applications.










