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

    $c = new HTML_Select_Common_UKCounty();
?>

<html>
<body>
    <?=$c->toHTML('county')?>
</body>
</html>