ciao shishii,
purtroppo non funziona il file html è richiamato con

Codice PHP:
    $filename "pag.html";
    
$dataFile fopen($filename,"r") ;
    if(
$dataFile){
        while(!
feof($dataFile)){
            
$buffer fgets($dataFile4096);
            
$table preg_match("/.*(<table>.+<\/table> ).*/"$buffer$matches); 
            
$table $matches[1];
            echo 
$table;
                }
          } 
dov'è l'errore?!...