OK - I'll give it a try soon.
If the site I design uses the idea of http://www.jiffymix.com/product.php?page=12 how does the number 12 interact with the template page?
If I did a query in PHP for MySQL asking for Limit=12 then this selects cells with unique reference of 12. But what do I type in the template?
if my extension was product.php?page=appleiphone4
could I do something with the WHERE function whereby my php mysql would ask for data from row with appleiphone4 in it??
Do you advise the LIMIT or WHERE function? Is there a more common way? How does the information get passed from the URL to the template? I do not understand?
Matt.