PHP Extension and How to Install it on Windows
PHP is an open-source language where codes are executed at the server-side by a PHP interpreter, which is why it is also called a Server-side programming language. On the server-side or web server, the output of the PHP interpreter or inputted codes may be of HTML or binary data. And this would be an HTTP response or a part of it.
The PHP interpreter is powered by Zend Engine and it is free software released under PHP License, it does not involve any cost. It is a general-purpose scripting language, especially suited for website development. PHP can also be embedded into HTML. It is a widely used language and can be deployed on most web servers and almost every Operating system.



















