All pastes #55069 Raw Edit

Something

public text v1 · immutable
#55069 ·published 2006-05-11 09:53 UTC
rendered paste body
<?php
$number = $_GET['number'];
$subtract = $_GET['subtract'];
$output = $number - $add;
echo $output;
?>