JCountries 

Version
0.1 (last update on Nov 20, 2008)
Rating
Compatibility
Votes
1
Favoured
4
License
GPL
Non-Commercial
Type
Views
3887
Date Added
20 November 2008
how to use:
1) download and install the JCountries Component for joomla 1.5.x
2) download and import the JCountries Class from your Component
require_once (JPATH_COMPONENT.DS.'countries.php');
3) to display the JCountries fields add this lines at the source code of your Component
$countries= new countries("defaultselected");
echo $countries->PrintSelect();
Note : "defaultselected" is the NAME and the ID of the HTML Select TAG
Editor's Note
- This extension requires registration to download.




