how would you show a header message or basically force apache to show an
error page of its own like 401 if someone hits cancle on the php auth header
function?

and i have a line like:
header("WWW-Authenticate: basic realm='a realm name'");
//i know what that means look at next line...
header("HTTP/1.0 401 Unathorized");
//what does that line do since the first one is the login box
//dont know what the second one is for
//and third line:
echo "stuff to print on screen if person hits cancle...

so was wondering how would i use a header on the cancle part and what does
the header with unathorized mean






---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.458 / Virus Database: 257 - Release Date: 2/24/2003


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

Reply via email to