View Single Post
Old 01-12-2006   #1 (permalink)
Joe
Registered User
 
Joe's Avatar
 
Join Date: May 2004
Location: Warrington, UK
Posts: 187

Little PHP help..

Hey guys,

Long time no post, some of you might not remember me

Helping a friend make a site which requires a membership area but I'm hitting some errors.

Basically when I go to Login.php I get this.

Quote:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/joebrown/public_html/ExecutiveAirways/login.php:5) in /home/joebrown/public_html/ExecutiveAirways/login.php on line 107

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/joebrown/public_html/ExecutiveAirways/login.php:5) in /home/joebrown/public_html/ExecutiveAirways/login.php on line 107
When I try to get to members.php I then get this.

Quote:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/joebrown/public_html/ExecutiveAirways/login.php:5) in /home/joebrown/public_html/ExecutiveAirways/login.php on line 107

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/joebrown/public_html/ExecutiveAirways/login.php:5) in /home/joebrown/public_html/ExecutiveAirways/login.php on line 107

Warning: Cannot modify header information - headers already sent by (output started at /home/joebrown/public_html/ExecutiveAirways/login.php:5) in /home/joebrown/public_html/ExecutiveAirways/login.php on line 132
Can any of you guys help me?

for anyone wanting to look at all the source you can get to the site here.

http://www.joebrownleephotography.co...ways/login.php

Cheers,
Joe.
__________________
I prefer pizza over sex, only because I can get pizza.

Last edited by Joe; 01-12-2006 at 10:17 PM..
Joe is offline