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?