 
			
				18/07/2012, 16:06
			
			
			     |  
        |     |    |    Fecha de Ingreso: mayo-2011  Ubicación: Bogota D.C  
						Mensajes: 793
					  Antigüedad: 14 años, 5 meses Puntos: 76     |        |  
  |      Respuesta: Error con validacion de imagenes al subir        hola   
mmmm podrias hacerlo asi:     
Código PHP:
 Ver originalif($imagen[1] == "jpg" || $imagen[1] == "jpeg" || $imagen[1] == "JPG" || $imagen[1] == "JPEG")  {                         $thumb = "thumb".$imagen[1];                         imagejpeg($thumb,'galerias/'.$aleatorio.$thumb,90);                      } 
                |