Does someone has the code to make a link to a dynamic link. I use PHP4 and Mysql.
What I have tries is
<php? include (.connect.php4);
$result=$query .....;
$rij = mysql_fetch_row($result);
echo "<td> <a href=readdb2.php?ID=$rij[0] target=_blank>$rij[0]</a></td><tr>";
?>
Thanks, Dennis from The Netherlands