Ver Mensaje Individual
  #7 (permalink)  
Antiguo 23/11/2016, 11:25
alvaro_trewhela
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Update masivo php !!!!

baldaweb tienes toda la razón, ni me fijé en el sql.

KATHYU lo hice en pseudocódigo, quita ese break de ahí en todo caso...

allGood = true;
where = 0;

foreach(){

r = someSQL;

if(!r){
where++;
echo "WRONG IN ".WHERE." QUERY \n";
allGood = false;
}

}

if(allGood){
redireccionar();
}