require_once("../conn.php");
require_once("access.php");
include_once("LeftStyles.php");
if(isset($_POST[s1]))
{
$q1 = "update yellow_admin set AdminName = '$_POST[NewName]', AdminEmail = '$_POST[NewEmail]' where AdminID = '$_SESSION[AdminID]' ";
mysql_query($q1) or die(mysql_error());
echo "
CLASSIFIEDS v2.0
|