I want to write a simple php script that redirects to a url on the web that is password protected/requires authentication, e.g. abc.com/members such that the behaviour is the same, the user/pass box comes up. I don't want to user header->location, but neither include nor fopen seems to work on such a URL. Is there a solution, I just get an error - cannot open <URL location>...parse error, etc..