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