It will work as expected Peter.

<?php
header ("WWW-authenticate: Basic realm=\"Private\"");
header ("HTTP/1.0 401 Unauthorized");
echo "Unauthorized";
exit;
?>

So where do we go from here??

Ryan



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

Reply via email to