PHP (PHP: Hypertext Preprocessor) is a widely-used, server-side scripting language designed primarily for web development. PHP code runs on the server, generating HTML (or JSON) that's sent to the browser. It powers a huge share of the web.
A simple example
= ;
<h1>Hello, !</h1> <!-- echoes a value into the HTML -->
