Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 03-07-2008, 01:52 AM Cannot modify header
Extreme Talker

Posts: 199
Trades: 0
I have a page I'm calling headers on. I'm getting the error
Quote:
PHP Warning: Cannot modify header information - headers already sent by
So i use headers_sent() to see where the issue is. It says line 1. At line 1 I only have a <?php on the line with NO white space before it. more test.. same error. I then remove everything and only have one line of code with a header(Location:http://www.blabla.com) on line 1. Again no white space before or after PHP. Still the same error.

Why is this happening? Why are my headers failing? Thanks much.
empiresolutions is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-07-2008, 02:50 AM Re: Cannot modify header
Extreme Talker

Posts: 199
Trades: 0
Found the problem. Thanks to all those that helped.

Basically there was some type of invisible character in the beginning of my file. I copied all of the file but the first and last character, then pasted into a new doc. Saved over the old doc and it works!

I'm using EditPlus3 text editor in case anyone knows why this invisible char was added.
empiresolutions is offline
Reply With Quote
View Public Profile
 
Old 03-08-2008, 10:46 PM Re: Cannot modify header
Arenlor's Avatar
Ultra Talker

Posts: 462
Name: Jerod Lycett
Location: /home/arenlor
Trades: 0
You probably saved it as something other than utf-8, many editors add a character to the beginning if it's not saved as utf-8 in order to identify it as the other charset. I suggest getting notepad2 http://www.notepad2.com/
__________________
PHP Code:
<?php echo "Hello World"?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
Arenlor is offline
Reply With Quote
View Public Profile Visit Arenlor's homepage!
 
Reply     « Reply to Cannot modify header
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.57505 seconds with 12 queries