
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\Program Files\WebServ\httpd\phptex.php:9) in C:\Program Files\WebServ\httpd\phptex.php on line 11
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\Program Files\WebServ\httpd\phptex.php:9) in C:\Program Files\WebServ\httpd\phptex.php on line 11
kod ma taka postac:
wplik z ktorego przemieszczane sa zmienne
<?php
session_start();
$zmienna = 'aaa';
$_SESSION['przenies'] = $zmienna;
?>
plik do którego przemieszczane
<?phpsession_start();
echo $_SESSION['przenies'];
?>
jak wsle te pliki na serwer, mam konto w www.boo.pl to dziala a u mnie na kopie nie o co tu chodzi.
DZIEKI