Jump to content

How to get adress for a file, that a link redirects to


soupphysics

Recommended Posts

I have a php script that will find some links to some files in a webpage. The problem is that the links on the webpage are links to a redirecting link, and what I am trying to get is the adress that it redirects to.

 

I want to make a list with links directly to the actual url and location of the files, and not links to the location that just redirects to the files.

 

I need someway to make a php script get this adress.

 

When I try to open the redirect link with file(), it just opens the file that it is being redirected to, and I don't want to open the file. Just get the actual adress for it.

 

Hope it makes some kinda sense. :) Anyone know a way?

Thanks, I will look into that one. I the mean time I found a solution on php.net on the fopen page though. One person made an example that with a little modification just gives me the header information. But I will check out the on you gave me, and see what's best. Yours actually seem simpler. Thanks.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.