Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/01/2005, 17:35
Punchi
 
Fecha de Ingreso: mayo-2004
Ubicación: Santiago, Chile
Mensajes: 191
Antigüedad: 20 años
Puntos: 1
Código PHP:
while ($registro mssql_fetch_row($info))
{
echo 
"<tr><td>$registro[0]</td><td>$registro[1]</td><td>",'<a href=principal.htm?nom=',"$registro[0]",'&rut=',"$registro[1]",'&accion=ver">X</a>';

Oooohhhh si..., de maravilla
Solo 1 cosa... cuando tengo en el "registro[0]" un dato tipo "NOMBRE APELLIDO" no me sale el otro registro ( "$registro[1]" ). Pero cuando tengo solo "NOMBRE" me sale el otro registro.
A que se debe?