We provide services to customers for their domains on virtual servers (amongst other things). I have an administration site for all the various services we provide to our customers where they can log in once and then access other secure pages for controlling various services. We pass authorised users through to those pages already authenticated.
Most of this can be sone using forms which I have sussed but we have website stats pages that require HTTP authentication. I don't want the users to see the username and password because it would give them access to other stuff.
I will look at CURL (whatever that is) and reading the files in (using fOpen I guess) and sending them to the user but I hoped there would be a simpler way...
Cheers for the help so far.