Products

Products

"; $nc=1; $result2c = mysql_query(" SELECT * FROM tblgenres_sub where fkGenreID='$cms' order by orderid asc ") or die(mysql_error()); while($row2c = mysql_fetch_array( $result2c )) { $prodidc=$row2c['pkGenreID']; echo"
  • "; echo""; echo $row2c['fldGenre']; echo "
  • "; if($nc%2==0) echo""; if($nc%10==0) break; $nc++; } echo""; ?>

     

    "; $n=1; $result2 = mysql_query("SELECT * FROM products where fkGenreID='$pid' order by orderid asc") or die(mysql_error()); while($row2 = mysql_fetch_array( $result2 )) { $prodid=$row2['pkMP3ID']; echo""; echo""; if($n%1==0) echo ""; if($n%10==0) break; $n++; } echo "
    "; echo"
    "; echo""; echo""; echo""; echo""; echo""; echo""; echo""; echo""; echo""; echo""; echo"
    "; echo $row2['fldTitle']; echo "

    "; echo $row2[description]; echo "

     
    "; echo""; echo"
    "; if($img=$row2['image']){ $artThumb = ""; } else{ $artThumb = "No Image"; } echo $artThumb; echo "
    "; ?>