hjkhhrtertererrrrrerrtertertertertertertert
bnmbnerterterterterterdfgdfgdfgdfgdfgdfgdfgdfgdfg
/
home4
/
digil8bw
/
arrowaim.in
/
Upload FileeE
HOME
<?php ob_start(); require_once "constants.php"; include("configuration/function-include.php"); ?> <!DOCTYPE html> <html lang="en"> <head> <title>Arrow Aim Academy</title> <!-- META TAGS --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Arrow Aim Academy is one of the best educational Academy, it's suitable for all education online education,tution center,distance education,computer education"> <meta name="keyword" content="education, Best Academy,"> <!-- FAV ICON(BROWSER TAB ICON) --> <link rel="shortcut icon" href="images/icon.png" type="image/x-icon"> <!-- GOOGLE FONT --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700%7CJosefin+Sans:600,700" rel="stylesheet"> <!-- FONTAWESOME ICONS --> <link rel="stylesheet" href="css/font-awesome.min.css"> <!-- ALL CSS FILES --> <link href="css/materialize.css" rel="stylesheet"> <link href="css/bootstrap.css" rel="stylesheet" /> <link href="css/style.css" rel="stylesheet" /> <link href="css/style-mob.css" rel="stylesheet" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> </head> <body> <style> input[type=text],input[type=email]{ border:none; margin: 0PX; } </style> <?php include'header.php' ?> <!--END HEADER SECTION--> <!--SECTION START--> <section> <div class="pro-cover"> </div> <div class="pro-menu"> <div class="container"> <div class="col-md-10 col-md-offset-3"> <ul> <li><a href="db-profile.php">Profile</a></li> <li><a href="#">Attendance</a></li> <li><a href="circularupdates.php">Circular Updates</a></li> <li><a href="db-homework.php">Homework</a></li> <li><a href="fees.php">Fee</a></li> <li><a href="payments.php">History</a></li> <li><a href="result.php" >Result</a></li> <li><a href="questionbank.php">Question Bank</a></li> <li><a href="test.php">Test-Series</a></li> <li><a href="#">Notes</a></li> </ul> </div> </div> </div> <div class="stu-db"> <?php $sql_select = "Select * from profile where userID = '".$_SESSION["ID"]."'"; $query_select = mysqli_query($conn, $sql_select); $res_select = mysqli_fetch_array($query_select); ?> <div class="container pg-inn"> <div class="col-md-3"> <div class="pro-user"> <?php if(!empty($res_select['photo'])){ ?> <img src="upload/photo/<?php echo $res_select['photo'];?>" class="img-responsive" style="height: 200px;width:100%; "> <?php } else { ?> <img src="images/download.jpg" class="img-responsive" style="height: 200px;width:100%; "> <?php } ?> </div> <div class="pro-user-bio"> <ul> <?php $sql_name = "Select * from register where id = '".$_SESSION["ID"]."'"; $query_name = mysqli_query($conn, $sql_name); $res_name = mysqli_fetch_array($query_name);?> <li> <h4><?php echo $res_name['name']; ?></h4> </li> <li>Student Id: <?php echo $res_name['id']; ?></li> <li><a href="logout.php" class="btn btn-primary" style="color:white;">Log out</a> </li> </ul> </div> </div> <div class="container" style="margin-top:30px;"> <div class="row col-sm-9"> <div class="udb"> <?php $sql_select = "Select * from profile where userID = '".$_SESSION["ID"]."'"; $query_select = mysqli_query($conn, $sql_select); $res_select = mysqli_fetch_array($query_select); ?> <div class="udb-sec udb-prof" style="background: #ebf2f5;"> <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.</p> <div class="sdb-tabl-com sdb-pro-table"> <form name="razorpay_frm_payment" class="razorpay-frm-payment" id="razorpay-frm-payment" method="post"> <input type="hidden" name="product_id" id="product_id" value=""> <input type="hidden" name="merchant_order_id" id="merchant_order_id" value="<?php echo "ARR".mt_rand(1000,9999); ?>"> <input type="hidden" name="payment_mode" id="payment_mode" value="<?php echo $_POST["course"];?>"> <input type="hidden" name="language" value="EN"> <input type="hidden" name="currency" id="currency" value="INR"> <input type="hidden" name="surl" id="surl" value="success.php"> <input type="hidden" name="furl" id="furl" value="failed.php"> <?php if(isset($_POST["submit"])) { if(!empty($_POST["question"])) { foreach($_POST["question"] as $question) { $amount=$question; } } } ?> <input type="hidden" class="form-control" id="amount" name="amount" placeholder="amount" value="<?php echo $amount; ?>" readonly="readonly"> <table class="responsive-table bordered"> <tbody> <tr> <td>Student Name</td> <td>:</td> <td><input type="text" name="billing_name" class="form-control" id="billing-name" Placeholder="Name" value="<?php echo $res_select['name'];?>" required></td> </tr> <tr> <td>Email</td> <td>:</td> <td><input type="email" name="billing_email"class="form-control" id="billing-email" Placeholder="Email" value="<?php echo $res_select['email'];?>" required></td> </tr> <tr> <td>Phone Number</td> <td>:</td> <td><input type="text" name="billing_phone" class="form-control" id="billing-phone" Placeholder="Phone" value="<?php echo $res_select['fphone'];?>" required></td> </tr> <tr> <td>Class</td> <td>:</td> <?php $sql_class = "Select * from class where id ='".$res_select['classID']."'"; $query_class = mysqli_query($conn, $sql_class); $res_class = mysqli_fetch_array($query_class) ?> <td><?php echo $res_class['class'];?></td> </tr> <tr> <td>Course</td> <td>:</td> <td><?php echo $_POST["course"];?></td> </tr> <tr> <td>Father Name</td> <td>:</td> <td><?php echo $res_select['fname'];?></td> </tr> <tr> <td>Registration Fees</td> <td>:</td> <td> <?php if(isset($_POST["submit"])) { if(!empty($_POST["question"])) { foreach($_POST["question"] as $question) { echo '<p><i class="fa fa-inr" aria-hidden="true"></i>'.$question.'</p>'; } } } ?> </td> </tr> </tbody> </table> </form> <div class="sdb-bot-edit"> <button type="button" class="btn btn-success mt-4 float-right" id="razor-pay-now"><i class="fa fa-credit-card" aria-hidden="true"></i> Pay</button> </div> </div> </div> </div> </div> </div> </div> </div> </section> <!--SECTION END--> <?php include 'footer.php' ?> <script src="js/main.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/materialize.min.js"></script> <script src="js/custom.js"></script> <script src="https://checkout.razorpay.com/v1/checkout.js"></script> <script type="text/javascript"> jQuery(document).on('click', '#razor-pay-now', function (e) { var total = (jQuery('form#razorpay-frm-payment').find('input#amount').val() * 100); var merchant_order_id = jQuery('form#razorpay-frm-payment').find('input#merchant_order_id').val(); var merchant_surl_id = jQuery('form#razorpay-frm-payment').find('input#surl').val(); var merchant_furl_id = jQuery('form#razorpay-frm-payment').find('input#furl').val(); var card_holder_name_id = jQuery('form#razorpay-frm-payment').find('input#billing-name').val(); var merchant_total = total; var merchant_amount = jQuery('form#razorpay-frm-payment').find('input#amount').val(); var currency_code_id = jQuery('form#razorpay-frm-payment').find('input#currency').val(); var key_id = "<?php echo RAZOR_KEY_ID; ?>"; var store_name = 'Arrow Aim'; var store_description = 'Payment'; var store_logo = 'http://arrowaim.in/newdemo/images/logo-smalll.png'; var email = jQuery('form#razorpay-frm-payment').find('input#billing-email').val(); var phone = jQuery('form#razorpay-frm-payment').find('input#billing-phone').val(); var payment_mode = jQuery('form#razorpay-frm-payment').find('input#payment_mode').val(); var product_id = jQuery('form#razorpay-frm-payment').find('input#product_id').val(); jQuery('.text-danger').remove(); if(card_holder_name_id=="") { jQuery('input#billing-name').after('<small class="text-danger">Please enter full mame.</small>'); return false; } if(email=="") { jQuery('input#billing-email').after('<small class="text-danger">Please enter valid email.</small>'); return false; } if(phone=="") { jQuery('input#billing-phone').after('<small class="text-danger">Please enter valid phone.</small>'); return false; } var razorpay_options = { key: key_id, amount: merchant_total, name: store_name, description: store_description, image: store_logo, netbanking: true, currency: currency_code_id, prefill: { name: card_holder_name_id, email: email, contact: phone }, notes: { soolegal_order_id: merchant_order_id, }, handler: function (transaction) { jQuery.ajax({ url:'callback.php', type: 'post', data: {razorpay_payment_id: transaction.razorpay_payment_id,email:email,product_id:product_id,payment_mode:payment_mode, merchant_order_id: merchant_order_id, merchant_surl_id: merchant_surl_id, merchant_furl_id: merchant_furl_id, card_holder_name_id: card_holder_name_id, merchant_total: merchant_total, merchant_amount: merchant_amount, currency_code_id: currency_code_id}, dataType: 'json', success: function (res) { if(res.msg){ alert(res.msg); return false; } window.location = res.redirectURL; } }); }, "modal": { "ondismiss": function () { // code here } } }; // obj var objrzpv1 = new Razorpay(razorpay_options); objrzpv1.open(); e.preventDefault(); }); </script> </body> </html>