Récupérer lien après redirection

Sggg -  
 kikikoo -
Bonjour,

Le lien dans la fonction imagecreatefrompng affiche une image après une redirection qui fait planté le script.

<?php
header('Content-type: image/png');
$image = imagecreatefrompng("robothumb.com/src/?url=www.yahoo.fr");
imagepng($image);
?>


Comment récupérer le lien après la redirection ?

Merci
A voir également:

1 réponse

kikikoo
 
HTTP referrer

Tadammmm ;)
0