PHP

PHP is a popular open source scripting language that that was originally designed for web development to produce dynamic web pages.

It is especially suited for Web development. It can be embedded into HTML to enhance web pages, for example to create username and password login pages, or to check details from a form.

PHP is a server-sided language. The PHP code is executed on the server and the results are then passed over, and displayed in your browser.