Current File : //opt/RZphp71/includes/HTML/Select/Common/examples/Country.php
<?php
    include('HTML/Select/Common/Country.php');

    $c = new HTML_Select_Common_Country();
?>

<html>
<body>
    <?=$c->toHTML('country', 'gb')?>
</body>
</html>