0
Anonymous
// a very simple calculatorif(isset($_GET['value1'])){$val1 = $_GET['value1'];$val2 = $_GET['value2'];$operand = $_GET['operand'];eval('$result=' . $val1 . $operand . $val2);?>Result: =$result?>}?>
Wiki User
Chat with our AI personalities