Şuanki Dizin: /home/wwwdreamtechnolo/public_html/atsevairag.com/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/atsevairag.com/hall-ticket-info.php |
<!-- Powered By - Dream Technology, Solapur. Contact No : +91 9595775120 Email ID - dream.technology@outlook.com --> <?php ob_start(); //import the functions file require_once("lib/class/functions.php"); //create object of class file $db = new functions(); $current_page = ""; ?> <DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>ए. टी. एस. ई. वैराग</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <meta name="keywords" content="atse hall ticket, hall ticket"> <link rel="stylesheet" type="text/css" href="css/stylesheet.css"/> <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script> <script type="text/javascript" src="js/jssor.slider.mini.js"></script> <script type="text/javascript" src="js/site.js"></script> </head> <body> <?php require_once("lib/header.php"); ?> <div name="tab_container" > <div class="main_container" style="min-height:610px;"> <?php require_once("highlights.php"); ?> <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post" name="reg_form"> <div class="data_container" style="margin-top:0px; padding-top:0px;"> <div class="info-section"> <div class="print_hall_ticket_u_title">प्रिंट हॉल तिकीट</div> <hr /> <?php $registration_no_error = ""; $exam_seat_no_error = ""; $flag = 0; $reg_number = ""; $exam_seat_no = ""; if(isset($_POST['exam_seat_no'])) { //$reg_number = $_POST['registration_no']; $exam_seat_no = $_POST['exam_seat_no']; /* if($reg_number=="") { $registration_no_error = "नोंदणी क्रमांक लिहा"; $flag = 1; } else if(!is_numeric($reg_number)) { $registration_no_error = "नोंदणी क्रमांक नंबरमध्ये लिहा"; $flag = 1; }*/ if($exam_seat_no=="") { $exam_seat_no_error = "आसन क्रमांक लिहा"; $flag = 1; } else if(!is_numeric($exam_seat_no)) { $exam_seat_no_error = "आसन क्रमांक नंबरमध्ये लिहा"; $flag = 1; } if($flag==0) { $student_id = $db->get_student_id_from_seat_no($exam_seat_no); if($student_id=="") { $registration_no_error = "तुम्ही चुकीचा नोंदणी क्र. किंवा आसन क्र. लिहला आहे."; } else { ?> <script type="text/javascript" language="Javascript">window.open('http://new.atsevairag.com/print-hall-ticket.php?stud_id=<?php echo $student_id; ?>', '_newtab');</script> <?php // header("Location:/print-hall-ticket.php?stud_id=".$student_id); } } } $status = $db->get_hall_ticket_status(); if($status=="on") { ?> <div class="hall_ticket_contnr_bx"> <!--<input type="text" name="registration_no" class="receipt_info_box" placeholder="नोंदणी क्रमांक" value="<?php echo $reg_number; ?>" /> <span class="error_indicator_hall_ticket"><?php echo $registration_no_error; ?></span>--> <input type="text" name="exam_seat_no" class="receipt_info_box" placeholder="आसन क्रमांक" value="<?php echo $exam_seat_no; ?>" /> <span class="error_indicator_hall_ticket"><?php echo $exam_seat_no_error; ?></span> <input type="submit" name="submit_receit_info" class="hall_ticket_btn" /> </div> <?php } else { ?> <!--<div style="color:green; font-weight:bold; text-align:center;"> सध्या स्थितीला हॉल तिकिट चालू झाले नाहीत. </div>--> <center> <img data-u="image" src="images/comingsoon.png" height="500" style="padding:5px; border:0px solid #DFDFDF;" /></center> <?php } ?> </div> </div> </form> </div> </div> <?php require_once("lib/footer.php"); ?> </body> </html>
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4