<meta http-equiv="Content-Type" content="text/html; charset=tis-620" /> <?php //session_start(); //session_destroy(); ?><html> <head> <title>shoes</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <?php mysql_connect("localhost","jidapash_jida","0898962388"); mysql_select_db("jidapash_jida"); $strSQL = "SELECT * FROM product where type = 'shoes'"; $objQuery = mysql_query($strSQL) or die(mysql_error()); ?> <style type="text/css"> #img { max-height:160px; min-height:160px; max-width:200px; min-width:200px; } .myButton { -moz-box-shadow:inset 0px 39px 0px -24px #e67a73; -webkit-box-shadow:inset 0px 39px 0px -24px #e67a73; box-shadow:inset 0px 39px 0px -24px #e67a73; background-color:#e4685d; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; border:1px solid #ffffff; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:15px; padding:6px 15px; text-decoration:none; text-shadow:0px 1px 0px #b23e35; } .myButton:hover { background-color:#eb675e; } .myButton:active { position:relative; top:1px; } #flow { overflow-x:scoll; white-space: nowrap; margin:auto; width:100%; } </style> <body> <div id="flow"> <center> <?php while($objResult = mysql_fetch_array($objQuery)) { ?> <table border="0" cellspacing="0" cellpadding="0" style="padding: 5px; height:auto; width:auto; margin:10px; display:inline-block;"> <tr> <td> <center><img id="img" src="http://www.jidapashop.com/admin/add/myfile/<?php echo $objResult["file"];?>"><br></center> <center><?php echo $objResult["name"];?><br></center> <center><?php echo $objResult["price"];?> บาท<br></center> <center><a href="order.php?productno=<?php echo $objResult["productno"];?>"><button class="myButton">Add to cart</button></a></center></td> </tr> </table> <?php } ?> <?php mysql_close(); ?> </center> </div> </body> </html>
#flow { overflow-x:scoll; white-space: nowrap; margin:auto; width:100%; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง