$articleURL = "http://www.surefirewealth.com/article/surefirearticle.php?ano=5";
$handle = fopen($articleURL,"rb");
$contents = '';
while (!feof($handle)) {
$contents .= fread($handle, 8192);
}
print $contents;
//$contents holds the article contents
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment