Thanks.
What exactly and where do I enter this?
"In BEFORE and AFTER CODE insert the tags between the information to grab thats all."
<?php
//only need to replace <a href="http://www.mundoclic.com" target="_blank">[url]www.mundoclic.com[/url]</a> with the
//url to grab from.
//In BEFORE and AFTER CODE insert the tags
//between the information to grab
//thats all. coments to [email]agustind@hotmail.com[/email]
//Enjoy!
$file = fopen("http://www.newsnow.co.uk/newsfeed/?name=Arsenal ", "r");
$rf = fread($file, 20000);
$grab = eregi("BEFORE CODE(.*)AFTER CODE",
$printing[1] = str_replace("#cccc99", "white", $printing[1]);
fclose($file);
echo $printing[1];
?>
Also, would like for the code to print the 5 most recent results?