header('Content-Type: text/html; charset=utf-8');
session_start();
include("db.php");
$dt = "Guapas Entrar";
include("metas.php");
include("header2.php");
$nopost = 1;
$nosignup = 1;
?>
entras
si no tienes cuenta
crea una
if($_REQUEST["user"] <> ""){
$val2 = $_REQUEST["user"];
}elseif($_REQUEST["email"] <> ""){
$val2 = $_REQUEST["email"];
}else{
$val2 = $_COOKIE["brownie"];
}
if($val2 <> ""){
?>
}
?>
echo $_SESSION["errormsg"];
$_SESSION["errormsg"] = "";
?>
include('footer.php');
?>