
PK 
| ADDRLIN : /home/anibklip/pcfcindia.com/bkp20-21/superadmin/ |
| Current File : /home/anibklip/pcfcindia.com/bkp20-21/superadmin/update_city.php |
<?php
include("connexion.php");
include("head.php");
?>
<table width="100%" border="4" cellpadding="8" cellspacing="1">
<?php
$password=md5($pass);
$sql="UPDATE city SET name='$_POST[name]',code='$_POST[code]' WHERE id='$id'";
$result=mysql_query($sql) or die('error');
echo "<script language='javaScript'> window.location=\"add_city.php\"; </script>";
?>
</table>
</div>
</div>
<?php
include("foot.php");
?>
