Ver original<?php $url = 'http://www.forosdelweb.com'; $lineas = file($url); for ($i = 0; $i <count($lineas); $i++) { $total = $total.htmlentities($lineas[$i]); } echo $total; ?>