Código:
<?php
$web = file("http://localhost/tiktakbooks2/PHP/bibliografia.php");
for($xx=0;$xx<count($web);$xx++) { preg_replace("/<nav>.+?<\/nav>/", "", $web[$xx]); }
for($xx=0;$xx<count($web);$xx++) { echo $web[$xx];}
?>




