- if (isset($_SESSION["username"])){
- if ( $_SESSION["password"] == "Tim" )
- { if ( $_SESSION["username"] == "Tim") { echo("<h2>U hebt toegang tot deze pagina; uw gebruikersnaam is " .
- $_SESSION["username"] ."</h2>");
- echo("en uw wachtwoord is: <b>". $_SESSION["password"] . "</b>");
- echo("<br><a href="logout.php">Uitloggen</a> " . $_SESSION["username"]); }
- else { echo("<h2>U nnhebt zich nog niet aangemeld;<br>u kunt zich
- <a href="login.php">hier registreren</a></h2>");
- session_unset();
- session_destroy(); }
- } else { echo("<h2>U nnhebt zich nog niet aangemeld;<br>u kunt zich
- <a href="login.php">hier registreren</a></h2>");
- session_unset();
- session_destroy(); }
- }else{
- echo("<h2>U hebt zich nog niet aangemeld;<br>u kunt zich
- <a href="login.php">hier registreren</a></h2>");
- session_unset();
- session_destroy();
- }
bb
By: bb | Date: Dec 9 2010 14:21 | Format: None | Expires: never | Size: 870 B | Hits: 898
Latest pastes
1 hours ago
11 hours ago
1 days ago
2 days ago
2 days ago