code
<?php
session_start();
if (!isset($FF_login_failed) || $FF_login_failed != "0") {
header ("Location: login.php");
}
IF u type "fil.php?FF_login_failed=0" in the url U will stay, but I don't want it to get it from the url, I should only use the session variable!!
how do I get around this??..
PLZ help me! 🙂