I remember i do this sometime ago in a mod.. What's the template where you are registering the variable?
you can try something like this:
PHP Code:
$result = $db->query_read("SELECT * FROM uksfroster");
while ($fname = $vbulletin->db->fetch_row($result)){
$ffname = $fname[1];
$templater->register('firstname', $ffname);
}
I don't think it will work but you can try
--------------- Added [DATE]1372083944[/DATE] at [TIME]1372083944[/TIME] ---------------
Kevin get it first yes that's what i've used, that's like the foreach function in php