The software I am using does not do this but I have purchased a license for it and am allowed to modify the code on the page.
So you want code to cheat the s/w?
diafol
Rhod Gilbert Fan (ardav)
7,792 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080
Fine, but I'm not sure what exactly you need. You have certain data - in a DB.
So you can extract the data from the DB.
Which you can use to attach the data to a form or a link.
e.g.
$q = "SELECT propertyref FROM table WHERE area='Maui'";
If you want something a little more specific, show us your DB tables and structure.
So for links, it's easy enough to attach a querystring with a tmk:
<a href="mypage.php?tmx=<?php echo $row['tmk'];?>">Go to Mypage</a>
diafol
Rhod Gilbert Fan (ardav)
7,792 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080