<?php include("common/log_reg.php"); if($_GET['action']=="checkuser") CheckUser(); //if($_GET['action']=="adduser") AddUser(); include("common/standard_begin.php"); ?>
Niby wszystko w porządku, sesja rozpoczęta przed wysłaniem czegokolwiek innego, a błąd wywala...
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\mysite\index.php:1) in C:\xampp\htdocs\mysite\index.php on line 1
Wie ktoś o co tu chodzi?