Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » PHP » weiters Problem

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
19.08.2003, 22:39 Uhr
~Tomycat
Gast


hallo
warum warum warum funkt das nicht, ich gebe langsam auf
warum funken meine cookie nicht?
wollte einfachmal ein cookie setzen später kann ich noch eine variable einfügen kein Problem. Mir geht es nur mal wegen dem cookie.
Der setcookie funkt problemlos mit einer anderen php Datei.
Aber nicht mit der nav.php !
nachdem der code ausgeführt wird, werden name und Pass geprüft,
wenn alles stimmt, soll ein cookie gesetzt werden. Dann kommt die Weiterleitung zu tune.
wenn meine ip nicht geändert wurde, sollte noch der link funken.:-)
www.powerforum.homedns.org ->>> index2.html die link Seite nav.php ist mein cookieproblem. Name "admin" und bei pass nichts eintragen.

---- Fehlermeldung
Warning: Cannot add header information - headers already sent by (output started at /home/httppower/forum2/nav.php:6) in /home/httppower/forum2/nav.php on line 21
---- Ende Fehlermeldung
---- Der Code



<link rel=stylesheet type="text/css" href="text.css">
<table width=15 cellspacing=2 cellpadding=5 border=0>
<tr><td class=oben colspan=2>Einloggen</td></tr>
<?PHP
if ($action=="new")
{
echo "<tr><td class=g>";
if (file_exists("user/".$name.".txt"))
{



$fp = fopen("user/".$name.".txt","r");
$data = fgetcsv($fp,10000,"#");
fclose($fp);
$password=$data[0];
if ($data[7] == $pass)
{
SetCookie("COOKIE", "VALUE");

?>
<meta http-equiv="REFRESH" content=1;URL="tune.php?pass=$password&user=$name">
<?PHP
}
else
{
echo "Passwort ist flasch";
}

}
else
{

echo "1.Benutzername oder Password falsch<p><a href=javascript:history.back();>zurück</a>";
}

echo "</td></tr>";
}
else
{
?>

<form action=nav.php?action=new method=post>

<tr><td class=g width=100>Nickname (ID): </td></tr>
<tr><td class=g><INPUT TYPE="TEXT" style="font-size:8pt; border-style:solid; font-weight: bold; font-family: Verdana,Arial; background-color: #FFFFFF; color: #222222; border-color: #EEEEEE;" NAME="name" SIZE="30" MAXLENGTH="15"></td></tr>

<tr><td class=g width=100>password </td></tr>
<tr><td class=g><INPUT TYPE="password" style="font-size:8pt; border-style:solid; font-weight: bold; font-family: Verdana,Arial; background-color: #FFFFFF; color: #222222; border-color: #EEEEEE;" NAME="pass" SIZE="30" MAXLENGTH="15"></td></tr>

<tr><td class=g colspan=2
<center><INPUT TYPE="SUBMIT" style="font-size:8pt; border-style:solid; font-weight: bold; font-family: Verdana,Arial; background-color: #FFFFFF; color: #222222; border-color: #EEEEEE;" NAME="submit" VALUE="Login"></td></tr>

</form>
<?PHP
}
?>




</table>

<TD width=%><A target=site
href="reg.php"><B><FONT
color=#000000>Registieren</FONT></B></A></TD>
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
20.08.2003, 09:16 Uhr
FloSoft
Medialer Over-Flow
(Administrator)


Man ich hab dir schon 100000mal gesagt das du VOR header oder setcookie (cookies sind auch header) NICHTS UND AUCH GARNICHTS ausgeben...
Les dir mal im PHP-Manual die Cookie und Header-spezifikationen durch ...
--
class God : public ChuckNorris { };
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ PHP ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: