ciao shishii,
purtroppo non funziona il file html è richiamato con
dov'è l'errore?!...Codice PHP:$filename = "pag.html";
$dataFile = fopen($filename,"r") ;
if($dataFile){
while(!feof($dataFile)){
$buffer = fgets($dataFile, 4096);
$table = preg_match("/.*(<table>.+<\/table> ).*/", $buffer, $matches);
$table = $matches[1];
echo $table;
}
}
![]()


Rispondi quotando