Hello Tye, have you changed any codes in the include/countries.php by chance? Anyhow try this:
Code:
<?
# $Id: countries.php,v 1.10 2002/11/14 07:58:18 zorg Exp $
#
#
# Put all countries into countries array
#
$countries = func_query("select country, code as country_code from $sql_tbl[countries] order by country ASC");
$smarty->assign("countries",$countries);
?>