Skip to content

Instantly share code, notes, and snippets.

@sideffect0
Created October 1, 2014 17:01
Show Gist options
  • Save sideffect0/4c7f8e812eaf61cc18ec to your computer and use it in GitHub Desktop.
Save sideffect0/4c7f8e812eaf61cc18ec to your computer and use it in GitHub Desktop.
Create Country Code Select using `php-formhelper`
<?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