Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/07/2009, 11:52
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: autocompletado


Código php:
Ver original
  1. while($items = mysql_fetch_array($rs)){
  2.     $name = $items['nom_paciente'];
  3.     $id = $items['paciente_id'];
  4.  
  5.     echo "$name|$id\n";
  6. }