View Single Post
02-11-2007, 09:07 PM
#3
noodles is offline noodles
Status: Junior Member
Join date: May 2005
Location:
Expertise:
Software:
 
Posts: 44
iTrader: 0 / 0%
 

noodles is on a distinguished road

  Old

if the problem hasn't been solved already, try to add the "session_start();" at the very top of the document.. if that doesnt work, add "ob_start();" at the top, and then before you put "session_start();", add "ob_clean();" ... don't know if it works, but I hope so