Codice PHP:
<style>
<?php
echo*file_get_contents('http://www.***.it/del/common/css/screen.css');
echo*file_get_contents('http://www.***.it/10elotto/estrazioni-e-vincite/10-e-lotto-estrazioni-ogni-5-template/css/estrazioni.css');
?>
</style>
<?php
$source*=*file_get_contents('http://www.***.it/10elotto/estrazioni-e-vincite/10-e-lotto-estrazioni-ogni-5.html');
preg_match("'<div*class=\"tabMid\">(.*?)<div*class=\"tabBtm\"></div>'si",*$source,*$match);
if($match)*{
****echo*$match[0];
}
else
{
****echo*"error...";
}