Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/mm/libsite/
Upload File :
Current File : /var/www/html/mmishra/mm/libsite/login.php

<?php
include "page_header.inc";

echo "<form method='post' action='admin/index.php'>";
echo "<center><table>";
echo "<tr><td>User</td><td><input type='text' name='user_id' value='' size='10'></td></tr>";
echo "<tr><td>Password</td><td><input type='password' name='pwd' value='' size='10'></td></tr>";
echo "<tr><td></td><td><input type='submit' name='submit' value='LOGIN'></td></tr>";
echo "</table></center>";
echo "</form>";

include "page_footer.inc";
?>