does the php curl function could be disabled in some sites ? like google ? when i try to get content it dont allow me ... any idea ?
I think it would have to do more with how you told curl to make the call. Like the header sent for instance.
Hi! If you have fopen URL wrappers enabled (as by default), use file_get_contents() to get a remote page. Regards - P
Google blocks the default wget user-agent, and probably the default CURL one too. Try changing the user-agent for the request and see if that makes any difference.