View Single Post
  #2 (permalink)  
Old 01-01-09, 05:24 PM
glummyro glummyro is offline
Newbie Coder
 
Join Date: Jan 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Replace session_start(); with ob_start();

Or

you can tried

ob_start();
session_start();
Reply With Quote