What should go first on an HTML doc, the session_start() function or the DOCTYPE declaration? I faintly remember reading that the DOCTYPE declaration should preceed anything else. Is my memory deceiving me???
session_start() - without a doubt
Thank you Mike.