That may make me look a bit thick!!
Say I want to get the variable score:
<?php echo $score; ?>
From a particular record - ie record 33 saved in my database, how do I make it choose from that particular record number?
Ta
just guessing here at your actual data structure...
SELECT score FROM table WHERE id = 33