Ver Mensaje Individual
  #7 (permalink)  
Antiguo 27/06/2013, 15:00
Avatar de Italico76
Italico76
 
Fecha de Ingreso: abril-2007
Mensajes: 3.303
Antigüedad: 17 años
Puntos: 292
Respuesta: Mostrar varias consultas

Cita:
cho '<table cellpadding="0" cellspacing="5" class=tabla>';
echo '<tr><th>Investigador</th><th>Institución</th><th>Centro de Investigación</th><th>Email</th><th>Nivel SNI</th><th>Nivel RCEA</th><th>Nivel RENIECyT</th><th>Nivel ESTATAL</th><th>ver más</th></th>';
for ($i=0; $i<$numfilas; $i++)
{
$fila = mysql_fetch_array($pacientes);
echo '<tr class=modo1 class=modo2><td>'.$fila['investigador'].'</td>';
echo '<td>'.$fila['nombre_institucion'].'</td>';
echo '<td>'.$fila['nombre_centro'].'</td> ';
echo '<td>' .$fila['correos_elect'].'</td>';
echo '<td>' .$fila['SNI'].'</td>';
echo '<td>' .$fila['RENIECiy'].'</td>';
echo '<td>' .$fila['RCEA'].'</td>';
echo '<td>' .$fila['ESTATAL'].'</td>';

echo '<td><a href="info_inves.php?id='.$fila['applid'].'">ver</a></td></tr>'; //en esta
}
echo "</table>";
Yo veo un 90% de HTML ahi
__________________
Salu2!