$amount = (float)@$_GET[‘amount’];
if($amount <= 5) $amount = ‘5.00’; // Default amount. $amount = number_format($amount, 2, ‘.’, ”); // Format the amount with two decimal points. ?>
$amount = (float)@$_GET[‘amount’];
if($amount <= 5) $amount = ‘5.00’; // Default amount. $amount = number_format($amount, 2, ‘.’, ”); // Format the amount with two decimal points. ?>