我是 php 和 sql 的安静基本用户,想做一个购物车系统,我需要你对这个脚本的帮助。
结果是表格中的所有列表都从页面显示,我希望有一个弹出页面,如果您单击其中一个产品,它将从弹出窗口中显示
如果您注意到我添加了一个锚标记,因为这是指向弹出页面的链接,弹出信息仍在一个页面下:
`
<table width="800px" border="0" cellpadding="0" cellspacing="7">
<? $result=mysql_query("选择 * 来自阿根廷");
while($row=mysql_fetch_array($result)){ ?>
<tr>
<td align="center" valign="top"><img src="../user/<?=$row["picture"] ?>" height="130" /></td>
<td align="right" valign="top" bgcolor="#E0E0E0">
<table width="100%" border="0" cellspacing="0 " cellpadding="15">
<tr>
<td width="78%" valign="top"><a class="inline" href="#inline_content">
<a href="../../contactus.php"> <input type="button" class="button-order" value="Order Now" href="contactus.php" /></a>
/ /windpoppup
<div style="display:none">
<div id="inline_content" style="padding:10px;background:#fff;">
<p>//请在此处提供代码
</div>
</p>
</div></div><p></td> </tr><br> </table><br> </td></tr><br> <tr><td colspan="0"></td><? } ?><br> </table></p> </pre>
`
谢谢。