Kod
if (isset($_SESSION["user"])
{
session_unregister("user");
echo "<H3 ALIGN=center>Zostałeśœ wylogowany!</h3>";
html_url("index.php?page=logowanie", "Logowanie");
}
else
{
echo "<H3 ALIGN=center>Nie byłeśœ zalogowany!</h3>";
html_url("index.php?page=logowanie", "Logowanie");
}
{
session_unregister("user");
echo "<H3 ALIGN=center>Zostałeśœ wylogowany!</h3>";
html_url("index.php?page=logowanie", "Logowanie");
}
else
{
echo "<H3 ALIGN=center>Nie byłeśœ zalogowany!</h3>";
html_url("index.php?page=logowanie", "Logowanie");
}
I problem w tym ze to nie dziala bo wyswietla sie tylko biala, pusta strona. Mozecie mi powiedziec co tutaj jest nie tak?