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

    $c = new HTML_Select_Common_USState();
?>

<html>
<body>
    <?=$c->toHTML('state', 'colorado')?>
</body>
</html>