wrathican Posted July 1, 2007 Share Posted July 1, 2007 hi iver never tried a user log in system and im trying to follow the tutorial available here: http://www.php-mysql-tutorial.com/user-authentication/database.php i have only created the login.php which checks the stuff against the DB ive changed all the nescessary bits and pieces to make it work for me but i get these errors when i test my page: Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at F:\wamp\www\CycleYorkshire\cms\login.php:18) in F:\wamp\www\CycleYorkshire\cms\login.php on line 83 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at F:\wamp\www\CycleYorkshire\cms\login.php:18) in F:\wamp\www\CycleYorkshire\cms\login.php on line 83 any chance you guys know what this one means? Link to comment https://forums.phpfreaks.com/topic/57974-session-problem/ Share on other sites More sharing options...
pocobueno1388 Posted July 1, 2007 Share Posted July 1, 2007 First off, you should read this sticky: http://www.phpfreaks.com/forums/index.php/topic,37442.0.html It would also be helpful if you posted your code to login.php, and also the code to whatever page is giving you that error. Link to comment https://forums.phpfreaks.com/topic/57974-session-problem/#findComment-287370 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.