View Single Post
Old 05-25-2007   #2 (permalink)
Jolt
Registered User
 
Join Date: Aug 2004
Posts: 119

PHP Code:
session_start(); 
Needs to be the first thing on a page after the opening php tag. No HTML can be sent to the browser before the session_start(); tag.
Jolt is offline