Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/irp/pcstore/report/
Upload File :
Current File : /var/www/html/mmishra/irp/pcstore/report/report_header.inc

<?php
include "../db_connect.inc";
require "../object_class.php";
require "../mcell_library.php";

echo "<html><head><base href='http://" . $_SERVER["SERVER_NAME"] . "/'></base>
  <link rel='stylesheet' href='style.css' type='text/css'>
  </head>
  <body><center>
  <table width='100%' bgcolor='white'><tr>
  <td width='10%' align='center' nowrap><a href='/'><img src='image/pc.jpg' width='50' height='50'></a></td>
  <td align='center' nowrap><font size='+1'>INDIAN INSTITUTE OF INFORMATION TECHNOLOGY, ALLAHABAD</font>
  <br><font size='-1'>Devghat, Jhalwa, Allahabad - 211012</font>
  <br><br><font size='3px' color='green'>(Innovative & Support Centre)</font></td>
  <td width='10%' valign='middle' align='center' nowrap><a href='http://www.iiita.ac.in'><img src='image/iiita.jpg' width='50'></a></td></tr>
  </table>
  <form method='post' action='" . $_SERVER["SCRIPT_NAME"] . "'>
";
?>