Jump to content

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.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.