I have a list of URLs that, when loaded in a browser, forward to another URL. I was wondering how, in PHP, I could take each URL and determine where it forwards to. I tried using fopen to see what it loaded, but it just loads the contents of the URL where it's being forwarded to. Has anyone tackled this before that could point me in the right direction?