beav33 Posted June 24, 2006 Share Posted June 24, 2006 I am new and trying to make a login page. Have the books and putting the code together.One of the examples strait out of the book Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /homepages/0/d154345321/htdocs/ohire/member.php5:2) in /homepages/0/d154345321/htdocs/ohire/member.php5 on line 6Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /homepages/0/d154345321/htdocs/ohire/member.php5:2) in /homepages/0/d154345321/htdocs/ohire/member.php5 on line 6You could not be logged in. You must be logged in to view this page.Could somebody explain, header and why this is not working. I am using the user as the session when their validated through the database. It does the same thing with the registration. Help beav33 Quote Link to comment https://forums.phpfreaks.com/topic/12788-session/ Share on other sites More sharing options...
.josh Posted June 24, 2006 Share Posted June 24, 2006 you cannot have any html output before you make a cookie. no echos, no nothing. not even a blank space before your [code]<?php[/code] at the top of your code. Quote Link to comment https://forums.phpfreaks.com/topic/12788-session/#findComment-49005 Share on other sites More sharing options...
wildteen88 Posted June 24, 2006 Share Posted June 24, 2006 You have output around line 2 in member.php5What on lines 1 - 3 in member.php5? Post those lines here. Quote Link to comment https://forums.phpfreaks.com/topic/12788-session/#findComment-49030 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.