wywala mi taki blad w stronie :
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\includes\config.php:2) in C:\xampp\htdocs\includes\config.php on line 23
a oto moj config
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <?php //Arrays include("includes/inc.functions.php"); include("includes/inc.required_queries.php"); } } if($own['vip'] <= 0) { } mysql_query("UPDATE users SET online = '" . get_global_date("Y-m-d H:i:s") . "', ip = '" . $_SERVER['REMOTE_ADDR'] . "' WHERE id = '" . $own['id'] . "'"); mysql_query("UPDATE users SET rankvordering = rankvordering - '100', rank = rank + '1' WHERE rank < '9' AND rankvordering >= '100'"); } } mysql_query("UPDATE users SET rankvordering = rankvordering - '100', rank = rank + '1' WHERE rank < '" . (count($ranks) - 1) . "' AND rankvordering >= '100'"); } ?>
prosze o pomoc skrypt dziala tylko, ze w tle widac ten blad