Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/iws8/html/ilight/
Upload File :
Current File : /var/www/html/mmishra/iws8/html/ilight/home.inc

<h3 align='left'>Welcome to iLight portal</h3>
<div align='right'><?php echo date("d M, Y h:i:s A");?></div>

Enter residence No.
<?php
$flatno = $_POST['flatno'];

echo "<input type='text' name='flatno' size='15' value='$flatno'>
<input type='submit' name='submit' value='OK'>";

include "eluserbills.inc";

?>