Warning! Only registered users can access this section. Please log in or fill out the form to request activation.
LOGIN:
if($_GET["login"]=="password"){
echo "Wrong password.";
}
if($_GET["login"]=="user"){
echo "Inactive username.";
}
if($_GET["login"]=="retry"){
echo "Incorrect inserted data.";
};
?>
SIGN UP:
if($_GET["esito"]=="ok"){
echo "Data sent, wait for the confirmation of entry to the access database";
}
if($_GET["esito"]=="conferma"){
echo "Accept the deal on privacy, by checking the appropriate field";
}
if($_GET["esito"]=="mail"){
echo "Invalid email address";
}
if($_GET["esito"]=="vuoti"){
echo "Fill in all fields";
}
; ?>