Gossamer Forum
Home : Products : DBMan : Installation :

List with dynamic links

Quote Reply
List with dynamic links
Hi, I am a stupid user with only little knowledge of perl. I configured the layout of dbman already, but now i have a problem @ http://www.thaisite.com/cgi/realtye/db.cgi?db=listing&uid=default&Category=House&view_records=1&ID=*

I want the "picture" link to result in the display of the actual record, but i have no idea how the link has to look like. i tried

<a href="http://www.thaisite.com/cgi/realtye/db.cgi?db=listing&uid=default&ID=1">Picture</A>

whereby ID actually should be the variable of the record.

can you help me with that?

thanx
dirk
Quote Reply
Re: List with dynamic links In reply to
 
Quote:
<a href="http://www.thaisite.com/cgi/realtye/db.cgi?db=listing&uid=default&$db_key=$rec{$db_key}">Picture</A>

Also add a ww=1 in there or if you have ID 5, you'll also get records 15, 25, 55, 58, etc.

Cheers,

Alex
Quote Reply
Re: List with dynamic links In reply to
Try
<a href="http://www.thaisite.com/cgi/realtye/db.cgi?db=listing&uid=default&$db_key=$rec{$db_key}">Picture</A>



------------------
JPD