หน้าโชว์อัลบั้ม <head> <meta http-equiv="content-type" content="text/html;charset=tis-620"> <title></title></head> <?php include("config.inc.php") ; mysql_select_db($db) ; $sql = "SELECT * FROM tbl_album ta LEFT JOIN tbl_img ti ON (ta.id_album=ti.id_album) GROUP BY ta.id_album"; $result = mysql_query($sql) or die("Error : ".mysql_error()); ?> <body> <center> <table width="900" border="1" cellpadding="0" cellspacing="0" background="image/0233.gif"> <tr align="center"> <td width="242"><strong>รูปบ้าน</strong></td> <td width="652"><strong>ชื่อผู้ประกาศ</strong></td> </tr> <? $i = 1; while($value = mysql_fetch_array($result)){ ?> <tr> <td><center><a href="page2.php?name_album=<?=$value['name_album']?>&name_img=<?=$value['name_img']?>" target="_blank" ><img src="images/<?=$value['name_album']?>" width="150" height="150"></a></center></td> <td><center><?=$value['name_album']?> </center></td> </tr> <? $i++; } ?> </table> </center> </body> </head>
หน้าโชว์ ในรูปอัลบั้ม เป็นที่หน้านี้หรือป่าว <img src="images/<?=$_GET['name_album']?>" width="150" height="150"><br> <img src="images/<?=$_GET['name_img']?>" width="150" height="150"><br>
<html> <head> <title>ThaiCreate.Com Tutorial</title> </head> <body> <? $objConnect = mysql_connect("localhost","root","root") or die("Error Connect to Database"); $objDB = mysql_select_db("mydatabase"); $strSQL = "SELECT * FROM album"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); echo"<table border=\"1\" cellspacing=\"1\" cellpadding=\"1\"><tr>"; $intRows = 0; while($objResult = mysql_fetch_array($objQuery)) { echo "<td>"; $intRows++; ?> <center> <a href="show_gallery.php?AlbumID=<?=$objResult["AlbumID"];?>"><img src="myfile/<?=$objResult["AlbumShot"];?>" width="100" height="100"></a><br> <?=$objResult["AlbumName"];?> <br> </center> <? echo"</td>"; if(($intRows)%3==0) { echo"</tr>"; } } echo"</tr></table>"; mysql_close($objConnect); ?> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง