hjkhhrtertererrrrrerrtertertertertertertert
bnmbnerterterterterterdfgdfgdfgdfgdfgdfgdfgdfgdfg
/
home4
/
digil8bw
/
arrowaim.in
/
Upload FileeE
HOME
<?php ob_start(); include("configuration/function-include.php"); if(!empty($_REQUEST['datafrmSubmit'])){ $_REQUEST['datafrmSubmit'] = $_REQUEST['datafrmSubmit']; } else { $_REQUEST['datafrmSubmit'] = ''; } if(empty($_SESSION["ID"])){ header("location:index.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"> <link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-sweetalert/1.0.1/sweetalert.min.css" rel="stylesheet"> <!-- 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" /> </head> <body> <style> body { font-family: "Open Sans", sans-serif; line-height: 1.25; } table { border: 1px solid #ccc; border-collapse: collapse; margin: 0; padding: 0; width: 100%; table-layout: fixed; } table caption { font-size: 1.5em; margin: .5em 0 .75em; } table tr { background-color: #f8f8f8; border: 1px solid #ddd; padding: .35em; } table th, table td { padding: .625em; text-align: center; } table th { font-size: .85em; letter-spacing: .1em; text-transform: uppercase; font-weight: bold; } @media screen and (max-width: 600px) { table { border: 0; } table caption { font-size: 1.3em; } table thead { border: none; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } table tr { border-bottom: 3px solid #ddd; display: block; margin-bottom: .625em; } table td { border-bottom: 1px solid #ddd; display: block; font-size: .8em; text-align: right; } table td::before { /* * aria-label has no advantage, it won't be read inside a table content: attr(aria-label); */ content: attr(data-label); float: left; font-weight: bold; text-transform: uppercase; } table td:last-child { border-bottom: 0; } } .text-muted{ text-align:center; } </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> <?php $sql_select = "Select * from profile where userID = '".$_SESSION["ID"]."'"; $query_select = mysqli_query($conn, $sql_select); $res_select = mysqli_fetch_array($query_select); if(mysqli_num_rows($query_select)>0){ ?> <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> <?php }else{?> <li><a href="db-profile.php">Profile</a></li> <li><a href="#">Attendance</a></li> <li><a href="#">Circular Updates</a></li> <li><a href="#">Homework</a></li> <li><a href="#">Fee</a></li> <li><a href="payments.php">History</a></li> <li><a href="#">Result</a></li> <li><a href="#">Question Bank</a></li> <li><a href="#">Test-Series</a></li> <li><a href="#">Notes</a></li> <?php } ?> </ul> </div> </div> </div> <?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="stu-db"> <div class="container pg-inn"> <div class="col-md-3"> <div class="pro-user"> <form method="post" action="" name="datafrm" id="datafrm" enctype="multipart/form-data" > <?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 } ?> <input type="button" class="btn btn-danger" value="Upload Image" data-toggle="modal" data-target="#myModal" data-user_id="<?= $res_select['id']; ?>" style="width:100%;margin-top: -28px;"> </form> </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="col-md-9"> <?php $sql_select = "Select * from profile where userID = '".$_SESSION["ID"]."'"; $query_select = mysqli_query($conn, $sql_select); $res_select = mysqli_fetch_array($query_select); if(mysqli_num_rows($query_select)>0){ ?> <table> <caption>Basic Details</caption> <div class="col-sm-3" style="float: right;"> <a href="print.php?DID=<?php echo $res_select['id'];?>" target="_blank"> <input type="button" class="btn btn-primary" value="Download Form"></a> </div> <thead> <tr> <th scope="col">Name</th> <td><?php echo $res_select['name'];?></td> <th scope="col">Category</th> <td><?php echo $res_select['category'];?></td> </tr> </thead> <tbody> <tr> <th scope="col">Defence Rank</th> <td><?php echo $res_select['rank'];?></td> <th scope="col">State of Domicile</th> <td><?php echo $res_select['domicile'];?></td> </tr> <tr> <th scope="col">Date Of Birth</th> <td><?php echo $res_select['dob'];?></td> <th scope="col">Caste</th> <td><?php echo $res_select['caste'];?></td> </tr> <tr> <th scope="col">Email</th> <td><?php echo $res_select['email'];?></td> <th scope="col">Gender</th> <td><?php echo $res_select['gender'];?></td> </tr> <tr> <th scope="col">Aadhar Number</th> <td><?php echo $res_select['aadharno'];?></td> <th scope="col">Class</th> <?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> </tbody> </table> <table> <caption>Address</caption> <thead> <tr> <th scope="col">Address</th> <td><?php echo $res_select['address'];?></td> <th scope="col">Address</th> <td><?php echo $res_select['address1'];?></td> </tr> </thead> <tbody> <tr> <th scope="col">Country </th> <td><?php echo $res_select['country'];?></td> <th scope="col">State</th> <td><?php echo $res_select['state'];?></td> </tr> <tr> <th scope="col">District</th> <td><?php echo $res_select['district'];?></td> <th scope="col">Pincode</th> <td><?php echo $res_select['pincode'];?></td> </tr> </tbody> </table> <table> <caption>Permanent Address</caption> <thead> <tr> <th scope="col">Address</th> <td><?php echo $res_select['paddress'];?></td> <th scope="col">Address</th> <td><?php echo $res_select['paddress1'];?></td> </tr> </thead> <tbody> <tr> <th scope="col">Country </th> <td><?php echo $res_select['pcountry'];?></td> <th scope="col">State</th> <td><?php echo $res_select['pstate'];?></td> </tr> <tr> <th scope="col">District</th> <td><?php echo $res_select['pdistrict'];?></td> <th scope="col">Pincode</th> <td><?php echo $res_select['ppincode'];?></td> </tr> </tbody> </table> <table> <caption>Choice Of Exam City</caption> <thead> <tr> <td scope="col"><?php echo $res_select['examcity1'];?></td> <td><?php echo $res_select['examcity2'];?></td> <td scope="col"><?php echo $res_select['examcity3'];?></td> <td><?php echo $res_select['examcity4'];?></td> </tr> </thead> </table> <table> <caption>Military School Prefrence Choice Of RMS In Order Of Your Prefrence</caption> <thead> <tr> <td scope="col"><?php echo $res_select['militaryprefrence1'];?></td> <td><?php echo $res_select['militaryprefrence2'];?></td> <td scope="col"><?php echo $res_select['militaryprefrence3'];?></td> <td><?php echo $res_select['militaryprefrence4'];?></td> </tr> </thead> </table> <table> <caption>military school exam center choose city prefrence</caption> <thead> <tr> <td scope="col"><?php echo $res_select['cityprefrence1'];?></td> <td><?php echo $res_select['cityprefrence2'];?></td> <td scope="col"><?php echo $res_select['cityprefrence3'];?></td> </tr> </thead> </table> <table> <caption>Father Details</caption> <thead> <tr> <th scope="col">Father Name</th> <td><?php echo $res_select['fname'];?></td> <th scope="col">Category</th> <th scope="col"><?php echo $res_select['category'];?></th> </tr> </thead> <tbody> <tr> <th scope="col">Name of Depended Record Office </th> <td><?php echo $res_select['nameofdepended'];?></td> <th scope="col">Army No</th> <td><?php echo $res_select['armyno'];?></td> </tr> <tr> <th scope="col">Unit Pin No </th> <td><?php echo $res_select['unitno'];?></td> <th scope="col">APO </th> <td><?php echo $res_select['apo'];?></td> </tr> <tr> <th scope="col">Mobile No </th> <td><?php echo $res_select['fphone'];?></td> <th scope="col">Aadhar Number </th> <td><?php echo $res_select['faadhar'];?></td> </tr> </table> <table> <caption>Mother Details</caption> <thead> <tr> <th scope="col">Mother Name</th> <td><?php echo $res_select['mname'];?></td> <th scope="col">Mobile Number</th> <td><?php echo $res_select['mphone'];?></td> <th scope="col">Aadhar Number</th> <td><?php echo $res_select['maadhar'];?></td> </tr> </thead> </table> <div class="row"> <div class="col-md-2"> <a href="profileedit.php?DID=<?php echo $res_select['id'];?>" class="btn btn-warning" style="margin-top:20px;">Edit</a> </div> </div> </div> </div> </div> <div class="col-sm-12"> </div> <section class="our-histry-area" > <div class="container"> <div class="row align-items-center"> <div class="col-lg-12" style="marign-top:20px;"> <div class="history-title"> <div class="con-title"> <p></p> </div> <?php }else{ echo "Established on 1st April 2017, Founders and Directors of ARROW AIM ACADEMY, are Dharmendra Kumar and Ankur Chaudhary who have dedicated all their time to providing the best experience of coaching classes in BAREILLY for Sainik School, Rastriya Military School, and R.I.M.C Dehradun. At ARROW AIM ACADEMY, we aim to offer quality education to the children and to develop qualities of body, mind, and character which will enable young students to become worthy and useful citizens. Here, we make sure that individual attention is given to each child and his/her weaknesses and strengths are being noted down for improvement. All the teachers and staff members look after every child with the utmost care. Meetings are being conducted regularly with the teachers, coordinators, facilitators and all the staff members to keep a track of all the activities going on and what changes are needed. Our focus has been to provide students with the right tools to transform his/her efforts into success.</br> <table class=responsive-table bordered style=margin-top:20px;> <tbody> <tr> <td>Student Name</td> <td>:</td> <td> $res_name[name]</td> </tr> <tr> <td>Eamil</td> <td>:</td> <td>$res_name[email]</td> </tr> <tr> <td>Password</td> <td>:</td> <td>$res_name[password]</td> </tr> </tbody> </table> <a href=admission.php type=button class='btn-primary btn' style=margin-top:20px>Take Admission </a> " ;} ?> </div> </div> </div> </div> </section> </section> <!--SECTION END--> <div class="modal" id="myModal"> <div class="modal-dialog"> <div class="modal-content"> <!-- Modal Header --> <div class="modal-header"> <h4 class="modal-title">Photo Upload</h4> <button type="button" class="close" data-dismiss="modal">×</button> </div> <!-- Modal body --> <div class="modal-body"> <?php //Fetch Data From Database............... $sql_select = "Select * from profile where userID = '".$_SESSION["ID"]."'"; $query_select = mysqli_query($conn, $sql_select); $res_select = mysqli_fetch_array($query_select); if($_REQUEST['datafrmSubmit'] == 'Update'){ if($_FILES["photo"]["name"]){ $photo=$_FILES["photo"]["name"]; $photo_arr = explode('.',$photo); $len1=count($photo_arr); $len1-=1; $f_name = time().".".$photo_arr[$len1]; move_uploaded_file($_FILES["photo"]["tmp_name"],"upload/photo/".$f_name); $sql_update="update profile set photo = '".$f_name."' where userID ='".$_SESSION["ID"]."'"; $result=mysqli_query($conn, $sql_update); header("Location:db-profile.php"); exit(); } } ?> <form method="post" action="" name="datafrm" id="datafrm" enctype="multipart/form-data" > <div class="col-md-12 form-group"> <label>Profile Photo</label> <?php if(!empty($res_select['photo'])){ ?> <img src="upload/photo/<?php echo $res_select['photo'];?>" class="img-responsive" style="height:100px;" /> <a href="profileedit.php?delimg=<?php echo $res_select['id'];?>" class="btn btn-block btn-danger btn-sm" style="width:121px; margin-top:20px;">Remove Image</a> <input type="hidden" name="photo" id="photo" value="<?php echo $res_select['photo']?>" /> <?php } else { ?> <input class="form-control input-lg" type="file" name="photo" id="photo" <?php echo $res_select['photo'];?>/> <?php } ?> </div> <input type="submit" name="datafrmSubmit" id="datafrmSubmit" class="btn btn-block btn-primary" value="Update" ></i> </form> </div> <!-- Modal footer --> <div class="modal-footer"> <button type="button" class="btn btn-danger" data-dismiss="modal">Close</button> </div> </div> </div> </div> <?php include 'footer.php' ?> <!--Import jQuery before materialize.js--> <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 type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-sweetalert/1.0.1/sweetalert.min.js"></script> </body> </html>