Tema: duda
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/04/2010, 08:45
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: duda

De hecho es mejor usar algo así:
Código PHP:
Ver original
  1. if ($_FILES['archivo_usuario']['error'] != UPLOAD_ERR_NO_FILE) {
  2.    // codigo
  3. }

Saludos.