View Single Post
Old 03-19-2005, 05:20 PM   #2 (permalink)
C.Ingram
 
Super Techie

Join Date: Mar 2005

Posts: 259

C.Ingram

Send a message via AIM to C.Ingram Send a message via Yahoo to C.Ingram
Default

You can't send header info after page data is already sent. That is what is happening. As the first line in your script, call ob_start(). Then as the last line, ob_end_clean(). That is the fastest solution.
__________________
Christopher Ingram
Principal Consultant, Souken Group, LLC.
C.Ingram@SoukenGroup.com
(856) 392 5244 -- (866) Go Souken
C.Ingram is offline