|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Database Problem - Topsite siteThis is a discussion on Database Problem - Topsite site within the HTML & CSS forums. Topic: I get this when i try to add a site to my topsite "shouttopsites.com" Warning : Cannot modify ... |
![]() |
![]() |
|
![]() |
LinkBack | Thread Tools | ![]() | Display Modes | ![]() |
|
|
#1 (permalink) |
|
I get this when i try to add a site to my topsite "shouttopsites.com"
Warning: Cannot modify header information - headers already sent by (output started at /home/shouttop/public_html/index.php:1) in /home/shouttop/public_html/sources/misc/session.php on line 56 Any idea why ? |
|
|
|
|
|
|
#5 (permalink) |
|
Simple problem.
You are probably trying to use a PHP redirection. You can't send additional headers (redirections, cookies, etc.) after anythign has been echoed to the browser. Three options in order to fix this. 1. Put all header() functions BEFORE ANYTHING is echoed on the page (HTML, echo()/print() functions, etc.) 2. Use ob_start() at the start of the page to start output buffering 3. Echo a meta refresh I usually find options 2 and 3 easiest. |
|
|
|
|
|
|
#7 (permalink) |
|
You should use redirect header before any HTML
__________________
HelloFreelancer.com Outsource your project to Expert Freelance Programmers |
|
|
|
|
|
|
#8 (permalink) | |
|
Quote:
Use output buffering to solve your problem like DemonSlay has suggested. There are quite a few functions that have to do with output buffering http://ca3.php.net/manual/en/ref.outcontrol.php Just read that to learn how to use it. |
||
|
|
|
![]() | ![]() | ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Are you a proxy site owner? Submit your site to proxytopsites.org today! | proxytopsites | Other Offers & Requests | 1 | 10-28-2008 10:57 AM |
| Need someone to development pinup site | edward123 | Programming Offers & Requests | 0 | 09-27-2008 04:07 AM |
| New Site But I Need Back Link | dspwebsite | Promotion Techniques | 8 | 09-17-2008 08:01 AM |
| Web Site Design Los Angeles | udayyadav123 | Web Design Resources | 0 | 11-30-2007 07:32 PM |
| $10 obo [Start Up] Myspace Resource site! | imw | Website Offers & Requests | 1 | 11-16-2006 09:35 PM |