ID: 21438 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Output Control Operating System: windows xp PHP Version: 4.2.0 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2003-01-05 13:57:39] [EMAIL PROTECTED] 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 this bug report at http://bugs.php.net/?id=21438&edit=1