Ver Mensaje Individual
  #5 (permalink)  
Antiguo 11/08/2010, 07:11
Gashe
 
Fecha de Ingreso: agosto-2010
Ubicación: Madrid
Mensajes: 53
Antigüedad: 14 años, 7 meses
Puntos: 1
Respuesta: Verficar un tag html, con php

Mirate file_get_contents();

Con esta funcion: $web = file_get_contents("http://www.pagina.com"); , almacenas en la variable todo el html de la web. Ahora solo debes buscar la parte donde estan los tags en el html, hay varias maneras.