<B>Nombre:</B> <input type="text" name="nombre" size="30"/><br>
<B>Apellidos:</B> <input type="text" name="apellidos" size="30"/><br>
<B>Rut:</B> <input type="text" name="rut" value="<? print $row[rut] ?>" size="30"/><br>
<B>Login:</B><input type="text" name="login" size="30"/><br>
<B>Password:</B> <input type="text" name="password" /><br>
<B>E-mail:</B> <input type="text" name="email" /><br>
si solo quieres que salga el dato de rut seria asi :
<B>Rut:</B> <input type="text" name="rut" value="<?=$row[rut]?>"
a ver que sucede!!!