Hello
I want to get response or content of a url..!!!
$url="http://203.142.18.33:4480/3030service/airtel.php?mobile=".$mobile."&msg=".$msg."&from=".$from;
$file=file($url) ;
print_r($file);
but i got an error [function.file]: failed to open stream: HTTP request failed- Response of the file..!!
with file_get_contents it showing same error..!!
is there any method other to get the response..!!
with
thank u.!