Skip to content

Instantly share code, notes, and snippets.

<?php
/* ======================================================
PHP Calculator example using "sticky" form (Version 1)
======================================================
Author : P Chatterjee (adopted from an original example written by C J Wallace)
Purpose : To multiply 2 numbers passed from a HTML form and display the result.