Hi Ben,
Yes of course, but as a beginner I've yet to really work out how to use them etc.
As it turns out I've solved my problem without them.
Originally the MySQL SELECT command was contained in the same include file as the table structure I wanted to re-use, so only one ID number could be used each time I called the HTML.
Clearly taking the SELECT statement out of the include file allows me to specify numerous ID numbers throughout the page all caling in the identical HTML include file.
Simple, verbose perhaps. But it works.
One step at a time eh?
Cheers,
Gary