Thank you for your responce.
I would like for example to present one record using a WebTemplates page that is based on a single query that receives from the URL the record id.
I am using vB 3.53 and WebTemplates 3.5.x.
Code:
Query:
SELECT name FROM people WHERE id = $nameid ORDER BY name DESC LIMIT 1
PHPInclude:
$nameid = a value i pull off of the address string
Example URL:
www.noblood.org/forum/view.php?pg=test&nameid=9999