これが私のphpの一部です-
echo "<table border='0'>";
while($list = mysql_fetch_assoc($result))
echo "<tr>";
echo "<td>" . $list['SALEPRICE']."</td>";
FOLLOWINGBUYURLにリンク付きのボタンを配置したい。
echo "<td><a target='new' href=\"" . $list['BUYURL'] . "\"><b>VISIT STORE NOW</b></a></td>";
echo "</tr>";
echo "</table>";