Created
October 1, 2014 17:01
-
-
Save sideffect0/4c7f8e812eaf61cc18ec to your computer and use it in GitHub Desktop.
Create Country Code Select using `php-formhelper`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// using | |
// https://github.com/renlinx007/php-formhelper.git | |
require_once("CountryCodeHelper.php"); | |
$e = CountryCodeHelper::dump_as_input_select("country"); | |
echo $e; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment