<?php$page=fopen("http://es.wikipedia.org/wiki/Especial:Aleatoria", "r");if($page){ $texto=""; while(!feof($page)){ $texto .= fgets($page, 512); } echo $texto;}?>