Tema: Share in FB
Ver Mensaje Individual
  #14 (permalink)  
Antiguo 04/01/2011, 17:12
Avatar de humanista
humanista
 
Fecha de Ingreso: abril-2005
Mensajes: 878
Antigüedad: 19 años
Puntos: 15
Respuesta: Share in FB

He probado esto y me extrae TODO el contenido de la web pero me haría falta el título, la descripción y el link

<?php
$página_inicio = file_get_contents('http://www.example.com/');
echo $página_inicio;
?>