$news_site = "http://localhost/industrynews.html";
$ch = curl_init();
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_URL, $news_site);
$news_html = curl_exec($ch);
curl_close($ch);
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment