I need to execute a URL in back-end, when ever the page executes, for this I am using file_get_contents();
but sadly it is not processing the url
requested, please help me, pardon me if I am wrong, thank you.
.PHP
<?php
$url="http://www.foo.in/bound/bound.php?phone_no=".$from_id."&api_key=xxxxxxxxxxxxxxxxxxxx &bound_version=2&extra_data=<response><dial record='true' limittime='1000' timeout='30' moh='default' >".$to_id."</dial></response>";
$data = file_get_contents($url);
?>