Wednesday, 21 November 2018

How to retrive the result of url without refresh



Hi All,

See the code

<?php
//echo "HUP";

$url='http://servetechnoresearch.com/test/fetchquestion.php';
$ch=curl_init($url);
$data = curl_exec($ch);
print($data);

?>

1 comment: