Sh3ll
OdayForums


Server : Apache
System : Linux profile 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
User : apache ( 48)
PHP Version : 8.0.28
Disable Function : NONE
Directory :  /var/www/html/mmishra/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/html/mmishra/test.php
<html>
<head>
<title>Its a test HTML</title>
</head>
<body>
<h1>IIIT Allahabad</h1>
<?php
echo "<table border='1'>";
for ($i=1; $i<21; $i++) {
	echo "<tr>";
	for ($j=1; $j<21; $j++) {
		$k = $i * $j;
		echo "<td>$k</td>"; 
	}
	echo "</tr>";
}
echo "</table>";
?>
</body>
</html>

ZeroDay Forums Mini