PK

ADDRLIN : /home/anibklip/pcfcindia.com/2023-24/superadmin/
FLL :
Current File : /home/anibklip/pcfcindia.com/2023-24/superadmin/add_citya.php

<?php
include("connexion.php");
include("head.php");

?>
<table width="100%" border="4" cellpadding="8" cellspacing="1">

<form action="add_city_login.php" method="post">


<tr>
	  <td><strong>Name:</strong> 
        <input type="text" name="name"></td>
	
</tr>

<tr>
	<td><strong>Code : </strong>
	<input type="text" name="code"></td>
	 
</tr>


<tr>
<td align="center" colspan="2"><input type="image" src="../img/loginc.gif"></td>
</tr>

</form>
</table>
</div>
</div>
<?php
include("foot.php");
?>


PK 99