How can I download page on this link
Link changes to short version (for example www.kayak.com/r/OcJdUd>) after some time ...
I tried to download page with fopen command and Curl lib but nothing.
So is there any solution ?
Thanks!
How can I download page on this link
Link changes to short version (for example www.kayak.com/r/OcJdUd>) after some time ...
I tried to download page with fopen command and Curl lib but nothing.
So is there any solution ?
Thanks!
Site returns Http status 302 - moved temporarily, so you should follow redirections. See http://php.net/manual/en/function.curl-setopt.php for CURLOPT_FOLLOWLOCATION and CURLOPT_MAXREDIRS