Hi
hab ein Problem mit Opera.
Ich hab eine Seite mit einer Cookie-Abfrage. Auf der seite Steht zwar nichts, aber ich bekomme eine Fehlermeldung. Hier der Quelltext:
<?
require("db_connect.php");
$query = "SELECT user, pass FROM doomin_users where pass ='".$_COOKIE["passwort"]."' AND user = '".$_COOKIE["username"]."'";
$result = mysql_query($query);
if(mysql_num_rows($result) == 1)
{
echo
?>
<html>
<head>
<title>--:: The DoomMinion ::--</title>
<link rel="stylesheet" type="text/css" href="formate.css">
</head>
<body BGCOLOR="#000000" style="padding-left:10px; padding-right:0px; padding-top:10px; margin-top:0px; margin-left:0px; scrollbar-base-color:#0C2C3B;">
</body>
</html>
<?
}
else
{
echo "Bitte loggen sie sich erneut ein";
}
?>
Also ausgegeben wird nur das "Bitte loggen sie sich erneut ein". Im Mozialla funktioniert alles. Im Opera und IE jedoch nicht.
Weiß jemand, woran das liegt?
Gruss
Carl