<font size="+3"> <marquee><font color="#FF0000">Welcome to RaybanShop!!</marquee> </font> <? //session_start(); //session_destroy(); ?><html> <head> <title>RaybanShop</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <? mysql_connect("localhost","root","makoto"); mysql_select_db("rayban"); $strSQL = "SELECT * FROM product"; $objQuery = mysql_query($strSQL) or die(mysql_error()); ?> <center> <br><font color="#0000FF">Product <table width="327" border="1"> <tr> <td width="200"><center>Picture</center></td> <td width="101">ProductID</td> <td width="82">ProductName</td> <td width="79">Price</td> <td width="37">Cart</td> </tr> </center> <? while($objResult = mysql_fetch_array($objQuery)) { ?> <tr> <td><img src="img\"<?=$objResult["Picture"];?> border="0"></a></td> <td><?=$objResult["ProductID"];?></td> <td><?=$objResult["ProductName"];?></td> <td><?=$objResult["Price"];?></td> <td><a href="order.php?ProductID=<?=$objResult["ProductID"];?>">Order</a></td> </tr> <? } ?> </table> <br><br><a href="show.php">View Cart</a> | <a href="clear.php">Clear Cart</a> | <a href="registration.php">register</a> | <a href="login.php">Login</a> <? mysql_close(); ?> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง