\n"; print "\nProduct IDProduct Name Product Price\n\n"; while ($row = mysql_fetch_array($result)) : print "\n"; print "".$row["prod_id"]."\n ".$row["prod_name"]."\n ".$row["prod_price"]."\n"; print "\n"; endwhile; print ""; mysql_close(); ?>