Greetings All,

Now that the parse error is fixed the login script works fine in FF but in IE it does not do the redirect. Is there a reason why this code may not work in IE? Is there a better way to do this?

$_SESSION['email'] = $email;
$_SESSION['memberpassword'] = md5($memberpassword);
header("Location: http://demo.bdiverse.com/accessible/admin/listmypages.php";);
exit;

Thanks!

--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to