Payment
Payment
prepare($sql); $query->bindParam(':uid',$uid,PDO::PARAM_STR); $query->execute(); $results=$query->fetchAll(PDO::FETCH_OBJ); $cnt=1; if($query->rowCount() > 0) { foreach($results as $row) { ?> PaymentStatus == '0') { ?>
    Admission Processing Fee:
    Charges:
    TOTAL:

    RRR)) echo 'Bank Payment RRR:
    ' . $row->RRR . ''; ?> ' . $row->RRR . ''; ?>



PaymentStatus == '1') { ?>

Your Payment was not Successfully Completed.

PaymentStatus == '2') { ?>

You have successfully completed payment.
Check Email for Payment Receipt.