Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/02/2011, 09:26
Avatar de spider_boy
spider_boy
 
Fecha de Ingreso: diciembre-2003
Ubicación: Chile
Mensajes: 1.855
Antigüedad: 20 años, 4 meses
Puntos: 89
Respuesta: Repetir código si la variable es nula.

Código PHP:
Ver original
  1. $html = null;
  2. do {
  3.    // Acá trato de obtener el contenido del sitio...
  4.    $html = file_get_html('sitio.com');
  5. } while(is_null($html));

Se me ocurre algo así.

Saludos.
__________________
Nunca te olvidaré mi negra hermosa. Te extraño demasiado.