Current File : //opt/RZphp73/includes/doc/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>