Autor: bmorales
No posts were found.
if ($tables->length > 0) {
echo $dom->saveHTML($tables->item(0));
} else {
echo ‘No se encontró ninguna tabla.’;
}
?>