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 04-07-2005, 05:57 PM headers
sumon's Avatar
Average Talker

Posts: 21
Location: Birmingham
Trades: 0
hey i am using the syntax

header("Location: login.php"); to redirect to another page but i keep getting this error message.

Warning: Cannot modify header information - headers already sent by (output started at /home/lovefind/public_html/config.php:34) in /home/lovefind/public_html/siteadmin/index.php on line 11

what do i do, can someone help
sumon is offline
Reply With Quote
View Public Profile Visit sumon's homepage!
 
 
Register now for full access!
Old 04-07-2005, 06:38 PM
0beron's Avatar
Defies a Status

Posts: 1,832
Location: Somewhere else entirely
Trades: 0
You can only use the header function BEFORE any output is sent to the browser. You have to call it before you have echoed anything, written anything outside of <?php tags, or included any files that produce output. Watch out for spaces and newlines at the top of your files, or includes that generate output and reorder things so that header() comes first.

An alternative is to look into output buffering, but I'm not familiar with this since I've never had a need for it.
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';

Please login or register to view this content. Registration is FREE
(aka MSN handwriting for forums)
0beron is offline
Reply With Quote
View Public Profile Visit 0beron's homepage!
 
Reply     « Reply to headers
 

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.58691 seconds with 12 queries