PHP stands for Hypertext Preprocessor and it is a server-side scripting
language for web development. Server-side means PHP code execute on the
server and the plain HTML result is sent to the browser. Script means it
does not need to compile to run. PHP can also be embedded into HTML.