So i have a problem that made me crazy :( when i use simplexml_load_file, curl or file_get in my local machine it works fine but when i moved on the server it doesn't work and i got the timeout error,
this is my simple code :
$res = simplexml_load_file(urlencode($url));
So please if someone has any idea i will be very appreciative :)