PK

ADDRLIN : /home/anibklip/pcfcindia.com/19-20/superadmin/
FLL :
Current File : /home/anibklip/pcfcindia.com/19-20/superadmin/add_sig_login.php

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

?>
   
<?php 
$sql="INSERT INTO signature(user_id,name,code,year,code1) 
VALUES('$_POST[staff]','$_POST[name]','$_POST[code]','$_POST[year]','$_POST[code1]')";
$result=mysql_query($sql) or die('<center>Some Problems with installation process, please consult a technician for help. Thank you.</center>');
 echo "<script language='javaScript'> window.location=\"add_sig.php\"; </script>";

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


PK 99