you'll get that warning when trying to call session_start after outputting content to the browser with something like echo or print, or if you have embedded PHP that calls a session_start following HTML content.
The reason your DB update still works is because the error is just a warning. Warnings do not halt the compiler, they just spit out the warning text and continue.
learn all about sessions h ere
johnsquibb
Junior Poster in Training
84 posts since Nov 2007
Reputation Points: 14
Solved Threads: 14