Tutaj login.php :
<?php include("config.php"); ?> <?php if (!$email || !$pass) { exit; } $logres = mysql_num_rows(mysql_query("select * from players where email='$email' and pass='$pass'")); if ($logres <= 0) { print "Login failed. If you have not already, please signup. Otherwise, check your
spelling and login again."; exit; } else { print " <br>Welcome back. Please click <a href=http://filmik.net>here</a> to continue.., nazwa twojej postaci to <b><u>$name</b></u>"; } ?>
Kiedy zaloguje sie wyskakuje blad :
Cytat
Warning: session_register(): Cannot send session cache limiter - headers already sent (output started at /var/www/vhosts/lethys.xxl-web.pl/httpdocs/pirates/config.php:2) in /var/www/vhosts/lethys.xxl-web.pl/httpdocs/pirates/login.php on line 14
Welcome back. Please click here to continue.., nazwa twojej postaci to
Welcome back. Please click here to continue.., nazwa twojej postaci to
I jak zrobic zeby pokazywalo imie postaci bo mi sie to nie udalo
