Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/06/2012, 11:40
eurodoblon
 
Fecha de Ingreso: enero-2008
Mensajes: 303
Antigüedad: 16 años, 3 meses
Puntos: 0
control de flujo

Tengo una tabla con nobres de empleados y otra con horarios de trabajo.

Intento poner en la tabla de horarios el nombre de los empleados con:

Código PHP:
$quer1 "SELECT turnoscreados.id, personal.nombre FROM turnoscreados left JOIN personal ON personal.rota =0 ";
$temp2 mysql_query($quer1$barco) or die(mysql_error()); 
while (
$row2 mysql_fetch_row($temp2)){
  
$update="update turnoscreados set turno='$row2[1]' where id='$row2[0]'";$x++;echo $update;
 } 
Pero el ciclo se repite (id x nombes) veces.
Código HTML:
update turnoscreados set turno='Jorge Enrique Rincón Peña' where id='111'update turnoscreados set turno='Carlos Bonal' where id='111'update turnoscreados set turno='Guillermo Molina Hernandez' where id='111'update turnoscreados set turno='Maria Angeles Limañana García' where id='111'update turnoscreados set turno='Giovanny Baltan Diaz' where id='111'update turnoscreados set turno='Antonio García Irles' where id='111'update turnoscreados set turno='Juan Carlos Blanco García' where id='111'update turnoscreados set turno='Isabel García Martín' where id='111'update turnoscreados set turno='Francisco Javier Tornero Luna' where id='111'update turnoscreados set turno='Omar Haddadov' where id='111'update turnoscreados set turno='Mustapha Achalhi' where id='111'update turnoscreados set turno='Raul Arnoldo Diaz' where id='111'update turnoscreados set turno='Nasku' where id='111'update turnoscreados set turno='Jorge Enrique Rincón Peña' where id='112'update turnoscreados set turno='Carlos Bonal' where id='112'update turnoscreados set turno='Guillermo Molina Hernandez' where id='112'update turnoscreados set turno='Maria Angeles Limañana García' where id='112'update turnoscreados set turno='Giovanny Baltan Diaz' where id='112'update turnoscreados set turno='Antonio García Irles' where id='112'update turnoscreados set turno='Juan Carlos Blanco García' where id='112'update turnoscreados set turno='Isabel García Martín' where id='112'update turnoscreados set turno='Francisco Javier Tornero Luna' where id='112'update turnoscreados set turno='Omar Haddadov' where id='112'update turnoscreados set turno='Mustapha Achalhi' where id='112'update turnoscreados set turno='Raul Arnoldo Diaz' where id='112'update turnoscreados set turno='Nasku' where id='112'update turnoscreados set turno='Jorge Enrique Rincón Peña' where id='113'update turnoscreados set turno='Carlos Bonal' where id='113'update turnoscreados set turno='Guillermo Molina Hernandez' where id='113'update turnoscreados set turno='Maria Angeles Limañana García' where id='113'update turnoscreados set turno='Giovanny Baltan Diaz' where id='113'update turnoscreados set turno='Antonio García Irles' where id='113'update turnoscreados set turno='Juan Carlos Blanco García' where id='113'update turnoscreados set turno='Isabel García Martín' where id='113'update turnoscreados set turno='Francisco Javier Tornero Luna' where id='113'update turnoscreados set turno='Omar Haddadov' where id='113'update turnoscreados set turno='Mustapha Achalhi' where id='113'update turnoscreados set turno='Raul Arnoldo Diaz' where id='113'update turnoscreados set turno='Nasku' where id='113'update turnoscreados set turno='Jorge Enrique Rincón Peña' where id='114'update turnoscreados set turno='Carlos Bonal' where id='114'update turnoscreados set turno='Guillermo Molina Hernandez' where id='114'update turnoscreados set turno='Maria Angeles Limañana García' where id='114'update turnoscreados set turno='Giovanny Baltan Diaz' where id='114'update turnoscreados set turno='Antonio García Irles' where id='114'update turnoscreados set turno='Juan Carlos Blanco García' where id='114'update turnoscreados set turno='Isabel García Martín' where id='114'update turnoscreados set turno='Francisco Javier Tornero Luna' where id='114'update turnoscreados set turno='Omar Haddadov' where id='114'update turnoscreados set turno='Mustapha Achalhi' where id='114'update turnoscreados set turno='Raul Arnoldo Diaz' where id='114'update turnoscreados set turno='Nasku' where id='114'update turnoscreados set turno='Jorge Enrique Rincón Peña' where id='115'update turnoscreados set turno='Carlos Bonal' where id='115'update turnoscreados set turno='Guillermo Molina Hernandez' where id='115'update turnoscreados set turno='Maria Angeles Limañana García' where id='115'update turnoscreados set turno='Giovanny Baltan Diaz' where id='115'update turnoscreados set turno='Antonio García Irles' where id='115'update turnoscreados set turno='Juan Carlos Blanco García' where id='115'update turnoscreados set turno='Isabel García Martín' where id='115'update turnoscreados set turno='Francisco Javier Tornero Luna' where id='115'update turnoscreados set turno='Omar Haddadov' where id='115'update turnoscreados set turno='Mustapha Achalhi' where id='115'update turnoscreados set turno='Raul Arnoldo Diaz' where id='115'update turnoscreados set turno='Nasku' where id='115'update turnoscreados set turno='Jorge Enrique Rincón Peña' where id='116'update turnoscreados set turno='Carlos Bonal' where id='116'update turnoscreados set turno='Guillermo Molina Hernandez' where id='116'update turnoscreados set turno='Maria Angeles Limañana García' where id='116'update turnoscreados set turno='Giovanny Baltan Diaz' where id='116'update turnoscreados set turno='Antonio García Irles' where id='116'update turnoscreados set turno='Juan Carlos Blanco García' where id='116'update turnoscreados set turno='Isabel García Martín' where id='116'update turnoscreados set turno='Francisco Javier Tornero Luna' where id='116'update turnoscreados set turno='Omar Haddadov' where id='116'update turnoscreados set turno='Mustapha Achalhi' where id='116'update turnoscreados set turno='Raul Arnoldo Diaz' where id='116'update turnoscreados set turno='Nasku' where id='116'update turnoscreados set turno='Jorge Enrique Rincón Peña' where id='117'update turnoscreados set turno='Carlos Bonal' where id='117'update turnoscreados set turno='Guillermo Molina Hernandez' where id='117'update turnoscreados set turno='Maria Angeles Limañana García' where id='117'update turnoscreados set turno='Giovanny Baltan Diaz' where id='117'update turnoscreados set turno='Antonio García Irles' where id='117'update turnoscreados set turno='Juan Carlos Blanco García' where id='117'update turnoscreados set turno='Isabel García Martín' where id='117'update turnoscreados set turno='Francisco Javier Tornero Luna' where id='117'update turnoscreados set turno='Omar Haddadov' where id='117'update turnoscreados set turno='Mustapha Achalhi' where id='117'update turnoscreados set turno='Raul Arnoldo Diaz' where id='117'update turnoscreados set turno='Nasku' where id='117'update turnoscreados set turno='Jorge Enrique Rincón Peña' where id='118'update turnoscreados set turno='Carlos Bonal' where id='118'update turnoscreados set turno='Guillermo Molina Hernandez' where id='118'update turnoscreados set turno='Maria Angeles Limañana García' where id='118'update turnoscreados set turno='Giovanny Baltan Diaz' where id='118'update turnoscreados set turno='Antonio García Irles' where id='118'update turnoscreados set turno='Juan Carlos Blanco García' where id='118'update turnoscreados set turno='Isabel García Martín' where id='118'update turnoscreados set turno='Francisco Javier Tornero Luna' where id='118'update turnoscreados set turno='Omar Haddadov' where id='118'update turnoscreados set turno='Mustapha Achalhi' where id='118'update turnoscreados set turno='Raul Arnoldo Diaz' where id='118'update turnoscreados set turno='Nasku' where id='118'update turnoscreados set turno='Jorge Enrique Rincón Peña' where id='119'update turnoscreados set turno='Carlos Bonal' where id='119'update turnoscreados set turno='Guillermo Molina Hernandez' where id='119'update turnoscreados set turno='Maria Angeles Limañana García' where id='119'update turnoscreados set turno='Giovanny Baltan Diaz' where id='119'update turnoscreados set turno='Antonio García Irles' where id='119'update turnoscreados set turno='Juan Carlos Blanco García' where id='119'update turnoscreados set turno='Isabel García Martín' where id='119'update turnoscreados set turno='Francisco Javier Tornero Luna' where id='119'update turnoscreados set turno='Omar Haddadov' where id='119'update turnoscreados set turno='Mustapha Achalhi' where id='119'update turnoscreados set turno='Raul Arnoldo Diaz' where id='119'update turnoscreados set turno='Nasku' where id='119'update turnoscreados set turno='Jorge Enrique Rincón Peña' where id='120'update turnoscreados set turno='Carlos Bonal' where id='120'update turnoscreados set turno='Guillermo Molina Hernandez' where id='120'update turnoscreados set turno='Maria Angeles Limañana García' where id='120'update turnoscreados set turno='Giovanny Baltan Diaz' where id='120'update turnoscreados set turno='Antonio García Irles' where id='120'update turnoscreados set turno='Juan Carlos Blanco García' where id='120'update turnoscreados set turno='Isabel García Martín' where id='120'update turnoscreados set turno='Francisco Javier Tornero Luna' where id='120'update turnoscreados set turno='Omar Haddadov' where id='120'update turnoscreados set turno='Mustapha Achalhi' where id='120'update turnoscreados set turno='Raul Arnoldo Diaz' where id='120'update turnoscreados set turno='Nasku' where id='120'
como puedo hacer esto?