I was wondering if it's possible to create a dynamic dropdown menu from this code.
Code:
if($rs->getNumRows() > 0){
$intProjectCount = 1;
$htmlOut ="<table width='100%' border='0' align='center' cellpadding='1' cellspacing='0'>";
foreach($rs->fetch() as $prs){
$htmlOut .="<tr><td class=\"projectkiri\"
Leave a comment: