scusa ma il diverso non si fa così?
Codice PHP:
if ($username!=0 AND $password!=0)
{
header("Location: registrazione.php");
}
else {
header("Location: default.php");
}
scusa ma il diverso non si fa così?
Codice PHP:
if ($username!=0 AND $password!=0)
{
header("Location: registrazione.php");
}
else {
header("Location: default.php");
}