PK

ADDRLIN : /home/anibklip/pcfcindia.com/dump/
FLL :
Current File : /home/anibklip/pcfcindia.com/dump/ajentadded.php

<?php
include("connexion.php");
include("head.php");
?>
    <h2 id="icon_pick">Ajent Added Sucessfully</h2> 
<?php
$dat=date("d-m-Y");
$sql="INSERT INTO ajent(ajname,ajcomp,ajaddress,ajphone,ajdec,date,status)
VALUES('$_GET[headperson]','$_GET[headname]','$_GET[headaddress]','$_GET[headphone]','$_GET[headdecp]','$_GET[dat]','active')";
$result=mysql_query($sql) or die('error');
echo "<center><br><br><img src=msg.jpg alt=Sucess><br><br>Client <b>$headname</b> Added Sucessfully, <a href=addajent.php>Click here</a> to Add Another Ajent.
<br><br>
<a href=clients.php>Click here to be back at Clients Management</a><br></center>
";
?>
<br><br><br>

<?php
include "foot.php";
?>


PK 99