Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/09/2010, 03:26
Avatar de OsSk4R
OsSk4R
 
Fecha de Ingreso: octubre-2006
Ubicación: $this->home
Mensajes: 824
Antigüedad: 18 años, 3 meses
Puntos: 74
Respuesta: Cómo almacenar las keywords de una web

Usa la funcion get_meta_tags()
Código PHP:
Ver original
  1. $etiqueta_keyword = get_meta_tags('http://www.web.com');
  2. echo 'Estas son las Keywords: '.$etiqueta_keyword['keywords'];
Salduos,