D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
lampp
/
lib
/
php
/
doc
/
HTML_Select_Common
/
examples
/
Filename :
Country.php
back
Copy
<?php include('HTML/Select/Common/Country.php'); $c = new HTML_Select_Common_Country(); ?> <html> <body> <?=$c->toHTML('country', 'gb')?> </body> </html>