php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21438 Cannot send session cache limiter - headers already sent
Submitted: 2003-01-05 13:57 UTC Modified: 2003-01-05 13:59 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: pflorencio at netcabo dot pt Assigned:
Status: Not a bug Package: Output Control
PHP Version: 4.2.0 OS: windows xp
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
46 - 36 = ?
Subscribe to this entry?

 
 [2003-01-05 13:57 UTC] pflorencio at netcabo dot pt
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-05 13:59 UTC] derick@php.net
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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 13:01:29 2024 UTC