Select Software:
Producer:

     

Nothing found."; } else // will create table only if found. { echo "
List of Software
"; echo "Producer: "; echo $supp_shortname; echo "     Records: "; echo MySQL_Num_Rows($sql_result); echo "
 "; echo "
"; while ($current_row = MySQL_Fetch_Array($sql_result)) { echo ""; echo ""; echo ""; echo ""; echo ""; } echo "
"; echo "
{$current_row["an_producer"]} :   {$current_row["an_type"]}  -  {$current_row["an_name"]}
\"\"{$current_row["an_shortdesc"]}
>>more .....

"; } } } ?>