Server IP : 103.191.208.50 / Your IP : 216.73.216.53 Web Server : LiteSpeed System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : celkcksm ( 1031) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, popen, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/celkcksm/websites/bengaledu.e-campus.co.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include ("include/makeSession.php"); $installment_id=mysqli_query($con,"select * from admin where id='".$_SESSION["ecomid"]."'"); $installment_id=mysqli_fetch_array($installment_id); $installment_id=$installment_id['menuper']; $menuper=explode(',',$installment_id); if(in_array('D.EI.ED.ADMISSION',$menuper)){ }else{ header("location:index.php"); } include("include/header.php"); //include("include/sidebar.php"); if(isset($_REQUEST['upid']) && $_REQUEST['upid']!=''){ $dovalue="editrest"; $doid=$_REQUEST['upid']; $upuserresult=mysqli_query($con,"select * from restaurant where id='".$_REQUEST['upid']."'"); $upuserarr=mysqli_fetch_array($upuserresult); }else{ $dovalue="addrest"; $doid=''; } ?> <div style="background-color:#999"> <div class="content container"> <div class="row cols-wrapper"> <!--//col-md-3--> <div class="col-md-12"> <section class="course-finder"> <h1 class="section-heading text-highlight"><span class="line">Upload Document Entry </span></h1> <div class="section-content"> <div class="row"> <div class="col-md-2 col-sm-2 subject"> <label for="name">Student Code </label> </div> <div class="col-md-4 col-sm-4 subject"> <input name="ctl00$ContentPlaceHolder1$txtStudentCode" type="text" id="ContentPlaceHolder1_txtStudentCode" class="form-control" placeholder="Enter Student Code "> </div> <div style="clear: both"></div> <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;"> <label for="name">Student Photo </label> </div> <div class="col-md-4 col-sm-4 subject"> <input type="file" name="ctl00$ContentPlaceHolder1$Photofileupload" id="ContentPlaceHolder1_Photofileupload" class="filestyle"> </div> <div style="clear: both"></div> <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;"> <label for="name">Student Signature </label> </div> <div class="col-md-4 col-sm-4 subject"> <input type="file" name="ctl00$ContentPlaceHolder1$Signatureupload" id="ContentPlaceHolder1_Signatureupload" class="filestyle"> </div> <div style="clear: both"></div> <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;"> <label for="name">Student Document </label> </div> <div class="col-md-4 col-sm-4 subject"> <input type="file" name="ctl00$ContentPlaceHolder1$Documentfileupload" id="ContentPlaceHolder1_Documentfileupload" class="filestyle"> </div> <div style="clear: both"></div> <div style="clear: both"></div> <div class="col-md-8 col-sm-8" style="margin: 10px 0px;"> <input type="submit" name="ctl00$ContentPlaceHolder1$btn_submit" value="Submit" id="ContentPlaceHolder1_btn_submit" class="btn btn-theme"> <b><span id="ContentPlaceHolder1_lblmsg" style="color:#336600;"></span> </b> </div> </div> </div> <!--//section-content--> </section> </div> <!--//col-md-3--> </div> <div class="box box-default"> <div class="box-header with-border"> <input type="submit" name="ctl00$ContentPlaceHolder1$btnexport" value="Export" id="ContentPlaceHolder1_btnexport" class="btn btn-theme"> <h3 class="box-title2">UPLOAD DOCUMENT REPORT </h3> <br> <div style="overflow: scroll;" onscroll="OnScrollDiv(this)" id="DivMainContent"> <div> <table class="overflow-y" cellspacing="0" id="ContentPlaceHolder1_GridViewDocument" style="border-collapse:collapse;"> <tbody> <tr> <th scope="col"> </th> <th scope="col">Slno</th> <th scope="col">Student Code </th> <th scope="col">Registration Date </th> <th scope="col">Student Photo </th> <th scope="col">Student Signature</th> <th scope="col">Student Uploaded Document</th> <th scope="col">Entry User </th> <th scope="col"> </th> </tr> <tr> <td colspan="9"> NO RECORDS FOUND </td> </tr> </tbody> </table> </div> </div> </div> </div> </div> </div> <?php include('include/footer.php');?>