Here's a first PHP page.
x + y = 12
PHP code is embedded into an HTML document and processed by the server (assuming the server supports it) much like Server Side Includes. However, unlike SSIs, it is a complete programming language -- essentially a stripped-down version of Perl with built-in functions for MySQL database interfacing and session management.
Looks like it was called from a link...Let's send back a form.