Thanks for your response guys.
I'm tearing my hair out now! I've never used templates before, yet this current project I'm working on must be completed with them.
I've used and modified Claus' code, but I'm not getting any output from the database. Maybe my syntax is wrong?
Below is what I've got already...
$loopRestaurant = array;
while$row = mysql_fetch_array$result
array_push$loopRestaurant, array
'txtRestaurantName' = $rowtxtCity,
'isOpen' = hourDiff$rowtimeOpen,$rowtimeClose;
$tmpl-setloop'loopRestaurant', $loopRestaurant;