Hi
I’m having problems making a script to log into my server [with my uname and pword] So that I can upload images [jpg].
I’ve used
if (!$PHP_AUTH_USER) {
Header("WWW-authenticate: basic realm=\"User Check\"");
Header("HTTP/1.0 401 Unauthorized");}
But I’m not sure what to do with them then, is there a standard procedure for passing them to the server for verification.
Thanks Trev