PK

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

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

?>
    <h2 id="icon_pick"><a href="managelogins.php" class="titletext">Manage Accounts & Logins</a> >> <a href="addalogin.php" class="titletext">Create a New Login</a> >> New Login Added Sucessfully</h2> 
<p align="right"><a href="addalogin.php" class="titletext"> + Add another New Login&nbsp; </a></p>
<?php 
$sql="INSERT INTO amembs(user,prefix,name,pass,fpques,fpans) 
VALUES('$_POST[user]','$_POST[prefix]','$_POST[name]',md5('$_POST[pass]'),'$_POST[fpques]','$_POST[fpans]')";
$result=mysql_query($sql) or die('<center>Some Problems with installation process, please consult a technician for help. Thank you.</center>');
echo "<center><img src=../img/suclog.jpg><br><br>A New Login for <b>$prefix $name</b> as <b>$type</b> with a username <b>$user</b> has been Added Sucessfully!<br><br><a href=managelogins.php  class=titletext> >> Click here to Get Back << </a><BR><BR><BR></center>"
?>
</div>
</div>
<?php
include("foot.php");
?>


PK 99