PK

ADDRLIN : /home/anibklip/pcfcindia.com/bkp2025-26/
FLL :
Current File : /home/anibklip/pcfcindia.com/bkp2025-26/update_details.php

<?php
mysql_connect("localhost","pcfcindi_admin11","myadmin2011");
mysql_select_db("edusoft");
$sql="UPDATE configure SET name='$name',comm='$comm',address='$address',affiliation='$affiliation',afflno='$afflno',regdat='$regdat',regdno='$regdno',type='$type',brdtype='$brdtype',phone1='$phone1',phone2='$phone2',fax='$fax',email='$email',wsite='$wsite'";
$result=mysql_query($sql) or die('error');
echo"<center><strong>$name updated sucessfully</strong>    <a href=view.php>   Click here</a> to get back view</center>";
?>


PK 99