$blnSendToProcessor = false; if(isset($f_strBillMethod) && ($f_strBillMethod == "credit_card")) { include "testcc.phtml"; if($g_blnValid == true) $blnSendToProcessor = true; else { include "look.phtml"; ?>
The credit card information entered is invalid.
Please hit the Back button on your browser and enter a valid credit card. include "bottom.phtml"; exit; } } if($blnSendToProcessor == true) { header("Location: ".$g_strProcURL); exit; } ?>