View Single Post
Old 01-13-2006   #6 (permalink)
sneeuwbal
Registered User
 
Join Date: Apr 2005
Location: antwerp, belgium
Posts: 51

the problem in the login script is this line:
Quote:
header("Location: member.php");
a header is already been created by the strartsession command
best way to resolve this would be by adding a part of html-code (a redirect to the page you want)
this should solve the problem.

Will have a look at the members script later
__________________
sneeuwbal is offline