Re: [PHP] Re: Session warning

2005-07-17 Thread Thomas Bonham
Thanks is for the help. That is a very good command. Here is what I have now. [EMAIL PROTECTED] property]$ od -c adminlogin.php | head 000 ? p h p s e s s i o n _ s 020 t a r t ( ) ; r e q u i r e ( 040 f u

[PHP] Re: Session warning

2005-07-16 Thread Jasper Bryant-Greene
Thomas Bonham wrote: Hello All, I'm working on session and I'm getting this warning. Maybe someone can help fixing this problem. Below is the following code. Warning: Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at

[PHP] Re: Session warning

2005-07-16 Thread Thomas Bonham
Jasper Bryant-Greene wrote: Thomas Bonham wrote: Hello All, I'm working on session and I'm getting this warning. Maybe someone can help fixing this problem. Below is the following code. Warning: Warning: session_start() [function.session-start]: Cannot send session cookie - headers already

Re: [PHP] Re: Session warning

2005-07-16 Thread Rasmus Lerdorf
On Sat, 16 Jul 2005, Thomas Bonham wrote: Jasper Bryant-Greene wrote: Thomas Bonham wrote: Hello All, I'm working on session and I'm getting this warning. Maybe someone can help fixing this problem. Below is the following code. Warning: Warning: session_start()

Re: [PHP] Re: Session warning

2005-07-16 Thread Thomas Bonham
Ok that is some help. The first five lines of the file are the following. ?php session_start(); require(functlib.php); ? od -c adminlogin.php | head out put the folowing. [EMAIL PROTECTED] property]$ od -c adminlogin.php | head 000 \r \n ? p

Re: [PHP] Re: Session warning

2005-07-16 Thread Rasmus Lerdorf
Thomas Bonham wrote: Ok that is some help. The first five lines of the file are the following. ?php session_start(); require(functlib.php); ? od -c adminlogin.php | head out put the folowing. [EMAIL PROTECTED] property]$ od -c adminlogin.php | head 000