From:             [EMAIL PROTECTED]
Operating system: windows xp
PHP version:      4.2.0
PHP Bug Type:     Output Control
Bug description:  Cannot send session cache limiter - headers already sent 

Warning: Cannot send session cache limiter - headers already sent (output
started at c:\program files\apache group\apache\htdocs\contador.php:3) in
c:\program files\apache group\apache\htdocs\contador.php on line 4
 
this is the output that i receive when i run my scipt

where is a part of the file:

<html>
<body>
<?php
session_start();
        

echo 'Hello '.$_SESSION['name'];
if($_SESSION['name'] == 'pedro')        

{?>
        
        <a href = "teste.php">Pagina de TESTe</a><br>
<?php
}


what should i do?!?!?!?'1

-- 
Edit bug report at http://bugs.php.net/?id=21438&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21438&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21438&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21438&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21438&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21438&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21438&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21438&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21438&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21438&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21438&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21438&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21438&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21438&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21438&r=gnused

Reply via email to