Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/01/2015, 11:08
dezagus
 
Fecha de Ingreso: abril-2010
Ubicación: Ping: BSAS - Arg
Mensajes: 791
Antigüedad: 14 años
Puntos: 25
Respuesta: Comparar Similitud HTML entre dos páginas

Solucionado:

Código PHP:

$text 
file_get_contents("http://urluno.com/");
$html file_get_contents("http://urldos.com/");

similar_text($html$text$percentage); // Calculating ...
echo $percentage