Hallo,
du hast doch schon Daten die mithilfe von PHP&MYSQL dynamisch erzeugt werden in die Tabelle geschrieben - jetzt schreibst du einfach noch einen Link-Tag dazu
while($daten=mysql_fetch_array($result))
{
echo "<tr>";
echo "<td> $daten[first_name] </td>";
echo "<td> $daten[last_name] </td>";
echo "<td> $daten[title] </td>";
echo "<td> $daten[create_time] </td>";
echo "<td><a href='URL?param='$daten[tn]'>Link</a> </td>";
echo "</tr>";
mfg, roebert
--
Please do not confuse what we say with what we think we are saying.
(^_^)
Eternity is a very long time, especially towards the end.
Please do not confuse what we say with what we think we are saying.
(^_^)
Eternity is a very long time, especially towards the end.