file_get_contents() dosen't read data for shor urls
Example:
Please help me in handle this. OR Is there any CURL function to handle above links?
|
Please help me in handle this. OR Is there any CURL function to handle above links?
| ||||
|
show 4 more comments
feedback
|
|
This in general works fine. If you find it doesn't do the right thing you can explicitly use a stream context:
should do it. No need to touch CURL for that. | |||||||||
feedback
|
|
On my machine, I cannot replicate your problem; I receive the page as intended. However, should the issue be with the redirect, this may solve your problem.
I imagine there may be a directive that toggles redirect following, but I have not yet found it. I will edit my answer should I. | ||||
|
feedback
|
|
What you can do is using curl with CURLOPT_FOLLOWLOCATION set to True:
| ||||
|
feedback
|
allow_url_fopenon inphp.ini? – alex May 30 '11 at 5:22