<?
//This function will allow you to feach an URL, you gust pass the url it all the HTML text comes as HTML
function SafFeachURL($url){
$handle = fopen("$url", "rb");
$contents = '';
while (!feof($handle)) {
$contents .= fread($handle, 157286);
}
fclose($handle);
return $contents;
}
print SafFeachURL("http://theseoarticles.blogspot.com/");
?>
Blogger templates
Blogger news
Blogroll
Archives
-
▼
2013
(219)
-
▼
August
(13)
- Listing subcategories or chilld categories using php
- PHP Encryption and Decryption Function
- Web Services
- PHP_Wincache - Wincache for PHP 5.4
- Contro strucrutes in Php: continue
- Woltlab Burning Board 2.3.3 Color Palette Fix for ...
- where in php with mysql
- Feach a URL and print as HTML using SafFeachURL
- Why we learn PHP
- Print full formated time using SafGetFullDateTime04
- Mudahnya Membuat Barcode dengan PHP
- PHP Forms
- for getting the text in a span and write it to the...
-
▼
August
(13)