On Mon, 2007-06-11 at 21:28 -0500, Humani Power wrote: > > [-- SNIIIIIIIIIIIIIIIIIIP --] > > I have searched for possible answers, and all I have found is that I > should not send any output before the session_start(); But in this > code the session_start(); output is before anything else. > can you give me a tip? Look through the source files and make sure you have no spaces or content preceding <? and no spaces or content trailing ?> These count as output. Cheers, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php