Miscellaneous
|
|
|
|
<?php //only need to replace www.mundoclic.com with the
//url to grab from.
//In BEFORE and AFTER CODE insert the tags
//between the information to grab
//thats all. coments to agustind@hotmail.com
//Enjoy!
$file = fopen("http://www.mundoclic.com", "r"); $rf = fread($file, 20000); $grab = eregi("BEFORE CODE(.*)AFTER CODE", $printing[1] = str_replace("#cccc99", "white", $printing[1]); fclose($file);
echo $printing[1]; ?>
?>
|
|
|
Usage Example
|
|
|
Rate This Script
|
|
|
|