<!--
Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/
-->
<?php include_once('conn.php');
$result = mysql_query("SELECT p_class FROM Product group by p_class limit 40");
mysql_data_seek($result, 0);
while ($row=mysql_fetch_row($result))
{
for ($i=0; $i<mysql_num_fields($result); $i++ )
{
?>