the code below makes an "internal server error"..
<? header('WWW-Authenticate:Basic realm="Password stuff"'); header('HTTP/1.0 401 Unauthorized'); ?>
I'm using PHPTriad on Windows ME.. what is the proplem.