Current File : //home/strato/chroot/opt/RZphp81/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>