View Single Post
  #3 (permalink)  
Old 04-12-2007, 10:38 AM
mysticmind's Avatar
mysticmind mysticmind is online now
Super Moderator
 
Join Date: Jun 2001
Location: Mystic Kingdoms
Posts: 2,679
Rep Power: 145
mysticmind will become famous soon enough mysticmind will become famous soon enough
Send a message via Yahoo to mysticmind
yeah.. must see the whole code.. or related file code.
since.. coding not only in 1 page. :P

if i not mistake.. (sorry, i was long time away from php handcoding ) ..

----
Let say index.php.. had ob_start() ,
in that file (index.php) also had include('header.php'); and include('db.php');

sadly.. or accidently.. in either header.php or db.php also had ob_start() .

No wonder crash happen. That's why 'already sent'.
and the another story is = the server configuration matter itself..
__________________
Personal's Blog! - Malaysian Artist!
Reply With Quote