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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: pflorencio at netcabo dot pt
New email:
PHP Version: OS:

 

 [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: Fri Apr 19 11:01:28 2024 UTC