Classificació Cadet Masculí

Classificació Cadet Masculí

[insert_php]

$url = “http://www.basquetcatala.cat/competicions/resultats/15240001-4″;

if ($url != null) {
$file = file_get_contents($url);
$patternStart = ‘<table id=”resultats”>’;
$patternEnd = ‘<div id=”peu”>’;
$output = substr($file, strpos($file, $patternStart, 9000)); //Set start offset trying to avoid possible overload
$output = substr_replace($output, ”, strrpos($output, $patternEnd), strlen($output)); //Set start offset trying to avoid possible overload
$output = str_replace(‘href=”‘, ‘href=”http://www.basquetcatala.cat’, $output);
$output = str_replace(‘<a’, ‘<a target=”_blank” ‘, $output);
$output = str_replace(‘src=”‘, ‘src=”http://www.basquetcatala.cat’, $output);
$output = str_replace(‘height:280px’, ‘height:0px’, $output);
echo “<div><div>”.$output;
} else {
echo ‘No s\’ha trobat l\’equip’;
}

[/insert_php]

Deixa un comentari

L'adreça electrònica no es publicarà. Els camps necessaris estan marcats amb *

3 × 3 =