View Single Post
  #3  
Old 04-15-2003, 10:21 PM
 
Alan Alan is offline
 

Advanced Member
  
Join Date: Feb 2003
Posts: 83
 

Default

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); ?>
__________________
Best Regards!
Alan
Search is my friend
Reply With Quote