$sql1 = "INSERT INTO catalogo(foto,foto1,foto2,mime) VALUES('$contenido[0]','$contenido[1]','$contenido[2]','$tipo')";echo $sql1;