Message Text |
Hi Paul,
We are looking for a easy way to (display) present a group of links, where we get link ID from a separate database. We want to pass the ID of multiple listings in a single string and get back listing info (similar to what displaylinks.tpl displays but without the categories).
So for example we would like to use a string like:
www.mysite.com/displaylinks.php/?action=linksonly& linkids=3,12,22,24,27,30,32
And this would result in a display of links 3 12 22 24 27 30 and 32.
Any suggestions for an easy way to achieve this?
Thanks. |