echo '<table border="1">';while($row=mysql_fetch_array($result)){ echo '<tr><td><img src="imagenes/$row[img]"></td><td>$row[precio]</td><td>$row[descrip]</td></tr>';}echo '<table>';