Thread
:
Need Help in PHP
View Single Post
03-19-2005, 05:20 PM
#
2
(
permalink
)
C.Ingram
Super Techie
Join Date: Mar 2005
Posts: 259
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
View Public Profile
Send a private message to C.Ingram
Visit C.Ingram's homepage!
Find More Posts by C.Ingram