PHP Classes

header already sent

Recommend this page to a friend!

      MsDoc Generator  >  All threads  >  header already sent  >  (Un) Subscribe thread alerts  
Subject:header already sent
Summary:need help working fine in localhost but at godaddy server error
Messages:2
Author:Mohammad Ezaz Qureshi
Date:2013-03-25 12:06:29
Update:2013-03-27 01:06:27
 

  1. header already sent   Reply   Report abuse  
Picture of Mohammad Ezaz Qureshi Mohammad Ezaz Qureshi - 2013-03-25 12:06:29
warning - header already sent in ClsMsDocGenreator.php and no output word file.

  2. Re: header already sent   Reply   Report abuse  
Picture of Enrique Arroniz Enrique Arroniz - 2013-03-27 01:06:27 - In reply to message 1 from Mohammad Ezaz Qureshi
Try using

@ob_start();

at the beginning of your php code and

@ob_end_clean();

before output();

Hope it works for you