Feuille de match

[insert_php]

$IDMatch=$_GET[“NoRenc”];
$IDMatch=str_replace(” ” , “%20”, $IDMatch);
$Champ=$_GET[“Champ”];

$adresseweb = ‘http://www.vedrinamur.be/dynam/feuillematch.php?Champ=’.$Champ.’&NoRenc=’.$IDMatch;

$page_classement = file_get_contents($adresseweb);

$search = array(“width=\”715\””, “bgcolor=\”#DEE4EC\””, “bgcolor=\”#5B79A3\””, ““, ““, “indres.php?NoAff=”);

$replace = array(“width=\”500\””, “bgcolor=\”#2ba6cb\””, “bgcolor=\”#ffffff\””, ““, ““, “http://www.affrbtt-asbl.be/pdf/listings/fiche_indi_php_mes.php?LICENCE=”);

$new = utf8_encode(str_replace($search, $replace, $page_classement));

$pattern = ‘#

(.*)

#Ui’;

preg_match_all($pattern , $new, $n);

echo $n[0][0];

[/insert_php]

Avec l’aimable participation de VedriNamur