Ver Mensaje Individual
  #7 (permalink)  
Antiguo 27/12/2004, 14:49
Avatar de FuLaNo_
FuLaNo_
 
Fecha de Ingreso: mayo-2003
Ubicación: Don Torcuato, Buenos Aires, Argentina
Mensajes: 1.250
Antigüedad: 20 años, 10 meses
Puntos: 2
pues no, tienes que hacer algo asi:

if ($_FILES['grafico']['type'] != "image/jpeg" || $_FILES['grafico']['type'] != "image/gif" || $_FILES['grafico']['type'] != "image/png") {
// etc...
}
__________________
I Love Programming...