hjkhhrtertererrrrrerrtertertertertertertert
bnmbnerterterterterterdfgdfgdfgdfgdfgdfgdfgdfgdfg
/
home4
/
digil8bw
/
arrowaim.in
/
Upload FileeE
HOME
<?php include_once 'configuration/function-include.php'; $nav='home'; if(!empty($_REQUEST['DID'])){ $_REQUEST['DID'] = $_REQUEST['DID']; } else { $_REQUEST['DID'] = ''; } if(!empty($_REQUEST['datafrmSubmit'])){ $_REQUEST['datafrmSubmit'] = $_REQUEST['datafrmSubmit']; } else { $_REQUEST['datafrmSubmit'] = ''; } $_SESSION['freetest']=$_REQUEST['DID']; ?> <!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) --> <!-- 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> /*==================Red Starts===================*/ #red { text-align: center; padding: 10px 0 10px 0; } #red a { color: white; } #red a:hover { color: white; text-decoration: none; } .redbg { background-color: #c0392b; padding: 20px 0 20px; } .redbtn { background: #c0392b; background-image: -webkit-linear-gradient(top, #c0392b, #c0392b); background-image: -moz-linear-gradient(top, #c0392b, #c0392b); background-image: -ms-linear-gradient(top, #c0392b, #c0392b); background-image: -o-linear-gradient(top, #c0392b, #c0392b); background-image: linear-gradient(to bottom, #c0392b, #c0392b); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0px; font-family: Arial; color: #ffffff; font-size: 20px; padding: 10px 20px 10px 20px; text-decoration: none; } /*==============================Redalt Starts==========================================*/ #redalt { text-align: center; padding: 10px 0 10px 0; } #redalt a { color: white; } #redalt a:hover { color: white; text-decoration: none; } .redaltbg { background-color: #fe5d55; padding: 20px 0 20px; border-radius: 15px; } .redaltbtn { background: #fe5d55; background-image: -webkit-linear-gradient(top, #fe5d55, #fe5d55); background-image: -moz-linear-gradient(top, #fe5d55, #fe5d55); background-image: -ms-linear-gradient(top, #fe5d55, #fe5d55); background-image: -o-linear-gradient(top, #fe5d55, #fe5d55); background-image: linear-gradient(to bottom, #fe5d55, #fe5d55); -webkit-border-radius: 15; -moz-border-radius: 15; border-radius: 15px; font-family: Arial; color: #ffffff; font-size: 20px; padding: 10px 20px 10px 20px; text-decoration: none; } .redaltbtn:hover { background: #fe5d55; background-image: -webkit-linear-gradient(top, #fe5d55, #a62823); background-image: -moz-linear-gradient(top, #fe5d55, #a62823); background-image: -ms-linear-gradient(top, #fe5d55, #a62823); background-image: -o-linear-gradient(top, #fe5d55, #a62823); background-image: linear-gradient(to bottom, #fe5d55, #a62823); text-decoration: none; } /*==============================Redalt Ends==========================================*/ /*=======================Inner Starts============================*/ .inner { padding: 30px 0 20px 0; } .inner p { color: #211e1e; border-bottom: 1px solid #e7e7e7; line-height: 2em; font-size: 19px; text-align: center; } /*=======================Inner ends============================*/ </style> <?php include'header.php' ?> <div class="search-top"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="search-form"> <h2 class="txt">Course</h2> </div> </div> </div> </div> </div> <section id="table1" style="padding-bottom:20px;"> <div class="container "> <!--Container starts--> <h1></h1> <div class="row"> <!--Row starts--> <div class="col-md-12"> <!--Col-md-12 starts--> <?php $sql="select * from course"; $remark_result= mysqli_query($conn, $sql); $n=0; while($remark_row=mysqli_fetch_array($remark_result)) { ?> <div class="col-md-4 col-sm-6 col-xs-12 "> <!--Col-md-3 Starts--> <div id="red"> <!--Red Starts--> <div class="redbg"><!--Red bg Starts--> <div class="cwhite"> <!--cwhite Starts--> <h2 style="color:white;"><?php echo $remark_row['course'];?></h2> </div> <!--cwhite ends--> </div> <!--Red bg Ends--> <form method="post" action="coursepayment.php" name="datafrm" id="datafrm" enctype="multipart/form-data" > <input type="hidden" name="course" value="<?php echo $remark_row['course']; ?>"> <div class="inner"><!--Inner Starts--> <p><label><input type="checkbox" name="question[]" class="chb" value="<?php echo $remark_row['female'];?>"/> Female</label>:<i class="fa fa-rupee" style="padding: 7px;"></i><?php echo $remark_row['female'];?></p> <p><label><input type="checkbox" name="question[]" class="chb" value="<?php echo $remark_row['male'];?>" /> Male:</label><i class="fa fa-rupee" style="padding: 7px;"></i><?php echo $remark_row['male'];?></p> <p><label><input type="checkbox" name="question[]" class="chb" value="<?php echo $remark_row['repeatprice'];?>"/>Repeat: </label><i class="fa fa-rupee" style="padding: 7px;"></i><?php echo $remark_row['repeatprice'];?></p> </div> <!--Inner Ends--> <div class=""> <!--Button Starts--> <input type="submit" name="submit" value="pay" class="redbtn" style="width: 100%;"> </div> </form> <!--Button Ends--> </div> <!--Red Ends--> </div> <?php } ?> <!--Col-md-3 Ends--> </div> <!--Col-md-12 Ends--> </div> <!--Row Ends--> </div> <!--Container Ends--> </section> <?php include'footer.php' ?> <script> // get reference to element containing toppings checkboxes var el = document.getElementById('toppings'); // get reference to input elements in toppings container element var tops = el.getElementsByTagName('input'); // assign function to onclick property of each checkbox for (var i=0, len=tops.length; i<len; i++) { if ( tops[i].type === 'checkbox' ) { tops[i].onclick = function() { // put your awesome code here } } } </script> <script> // call onload or in script segment below form function attachCheckboxHandlers() { // get reference to element containing toppings checkboxes var el = document.getElementById('toppings'); // get reference to input elements in toppings container element var tops = el.getElementsByTagName('input'); // assign updateTotal function to onclick property of each checkbox for (var i=0, len=tops.length; i<len; i++) { if ( tops[i].type === 'checkbox' ) { tops[i].onclick = updateTotal; } } } // called onclick of toppings checkboxes function updateTotal(e) { // 'this' is reference to checkbox clicked on var form = this.form; // get current value in total text box, using parseFloat since it is a string var val = parseFloat( form.elements['total'].value ); // if check box is checked, add its value to val, otherwise subtract it if ( this.checked ) { val += parseFloat(this.value); } else { val -= parseFloat(this.value); } // format val with correct number of decimal places // and use it to update value of total text box form.elements['total'].value = formatDecimal(val); } // format val to n number of decimal places // modified version of Danny Goodman's (JS Bible) function formatDecimal(val, n) { n = n || 2; var str = "" + Math.round ( parseFloat(val) * Math.pow(10, n) ); while (str.length <= n) { str = "0" + str; } var pt = str.length - n; return str.slice(0,pt) + "." + str.slice(pt); } // in script segment below form attachCheckboxHandlers(); </script> <script> $(".chb").change(function() { $(".chb").prop('checked',false); $(this).prop('checked',true); }); </script> <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> </body> </html>