Ver Mensaje Individual
  #9 (permalink)  
Antiguo 12/11/2014, 14:34
Juanjo_pol
 
Fecha de Ingreso: octubre-2014
Mensajes: 14
Antigüedad: 10 años, 4 meses
Puntos: 1
Respuesta: Actualización código php

Viene de este formulario:
Código PHP:
<table width="838" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <th width="150">NÚM. ORDRE</th>
    <th width="347">DATA</th>
    <th width="153">TORN</th>
    <th width="188">RESULTAT</th>
  </tr>
   <?php while ($rsEmp $queEmp->fetch_array(MYSQLI_ASSOC)) { ?>
  
  <tr>
    <td><?php echo $rsEmp['id']; ?></td>
    <td><?php echo $rsEmp['data']; ?></td>
    <td><?php echo $rsEmp['torn']; ?></td>
    <td><a href="editar.php?id=<?php echo $rsEmp['id']; ?>">Introduïr Resultat del Servei</a></td>

  <?php ?>