Can anybody tell me why a call to header would fail.  What I mean by this is
that it doesn't redirect at all.  Here is a snippet of the code that I am
using:

<?
...
if(session_is_registered("user")) {
  header("Location: http://www.somwhere.net/admin.php";);
}
...
?>

I am using PHP 4.1.2 on Win NT 4.0

--
Joshua E Minnie/CIO
[EMAIL PROTECTED]
"Don't work for recognition, but always do work worthy of recognition."



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

Reply via email to