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