01-07-2008, 11:19 PM
|
#4 (permalink)
|
|
The Wanderer
Join Date: Dec 2007
Posts: 15
Thanks: 3
|
Quote:
|
already sent (output started at /**/**/index.php:2) in /**/***/index.php on line 2
|
Are you sure something hasn't already been sent to the document because even a space will cause the message headers to be sent and no session or cookie data can be sent after that. That is what it looks like is happening here. Wh
|
|
|
|