Jump to content

Why does "Output start..." here?


mrherman

Recommended Posts

Hi, friends --

 

I'm getting this error:

 

Warning: Cannot modify header information - headers already sent by (output started at E:\xampplite\HTDOCS\Andreas01\login.php:61) in E:\xampplite\HTDOCS\Andreas01\login.php on line 307

 

Here is line 61:

 

action = "<?php echo htmlentities($_SERVER['PHP_SELF']); ?>"

 

My question: Why does output start with line 61?  The script for this page starts with

 

<?php
session_start() ;
?>

 

Thanks!

 

 

Link to comment
https://forums.phpfreaks.com/topic/225591-why-does-output-start-here/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.