|    
			
				27/12/2004, 14:49
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: mayo-2003 Ubicación: Don Torcuato, Buenos Aires, Argentina 
						Mensajes: 1.250
					 Antigüedad: 22 años, 5 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...
     |