Prueba con esto
Código PHP:
Ver original<html>
<body>
<?php
?>
<html>
<head>
<title>Pruebas</title>
</head>
<body>
<table>
<?php
echo "<table>";
echo "<tr>";
echo "<td><a href='guardasesion.php?id={$rs['id']}>{$rs['id']}</a></td>";
echo "</tr>";
}
echo "</table>";
?>
</body>
</html>
Saludos