now i may be wrong, however, the if statements i'm used to would look like this:
if (!isset($_GET['ccnumber'])){
echo "<p>Enter your credit card number.</p>";}
else{
and teh other if statement:
if (is_numeric($ValidPayment)){
echo "<p>You did not enter a valid credit card number!</p>";}
else{...