Tips, tutorials, and useful resources on web development, web hosting, Ecommerce, SEO, and other information for bloggers and webmasters.
$url = "http://isanghamak.appspot.com/"; $curl = curl_init(); curl_setopt ($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1); $result = curl_exec ($curl); curl_close ($curl); echo $result;
No comments:
Post a Comment