Re:results.php Links? -
11-01-2003
, 11:31 AM
Two things
1. On your detail page, make sure your recordset is set to filter, URL parameter.
2. Then select the field you would like to make into a link, in the properties, link, you would use something like:
/folder/details.php?detailID=<?php echo $row_recordsetname['detailID']; ?>
Hope that gets you going. |