<?php do { ?> <tr> <td style="font-size: 12px"><?php echo $row_Recordset2['name_thai']; ?></td> <td colspan="-1" align="center" style="font-size: 12px"><?php echo $row_Recordset2['date']; ?></td> <td colspan="-1" align="center" style="font-size: 12px"> <? if ($row_Recordset2['status']=="unread") { echo '<img src="images/icon/unread.png" width="35" >' ;} else if ($row_Recordset2['status']=="read") {echo '<img src="images/icon/read.png" width="40" ></br>อ่านแล้วเมื่อ ' ; } ?><?php echo $row_Recordset2['date_get']; ?> </td> </tr> <?php } while ($row_Recordset2 = mysql_fetch_assoc($Recordset2)); ?>
////เลือกจากตารางข้อมูลรายบุคคลขึ้นมา <? $strSQL = "SELECT * FROM tbprofile"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> //คิวรี่ออกมารายคน <? while($objResult = mysql_fetch_array($objQuery)) { ?> <tr> <td width="68" align="center"><input type="checkbox" name="chk_id[<?=$objResult["id"];?>]" value="<?=$objResult["id"];?>" /></td> <td width="81" align="center"><?=$objResult["id"];?> <input type="hidden" name="id[<?=$objResult["id"];?>]" value="<?=$objResult["id"];?>"/></td> <td width="131"><?=$objResult["name_thai"];?> <input type="hidden" name="name[<?=$objResult["id"];?>]" value="<?=$objResult["name_thai"];?>"/></td> <td width="98" align="center"><?=$objResult["part"];?> <input type="hidden" name="status[<?=$objResult["id"];?>]" value="unread"/> <input type="hidden" name="date" value="<?php echo date("Y-m-d H:i:s"); ?>"/></td> </tr> <? } ?> </table> <input type="submit" name="submit" value="submit"> </form> </td>
////เลือกจากตารางข้อมูลรายบุคคลขึ้นมา <? $strSQL = "SELECT * FROM tbprofile where status = 'unread'";
<? $strSQL = "SELECT tbprofile.id,tbprofile.namethai,doc_sent.status FROM tbprofile LEFT JOIN doc_sent ON doc_sent.id = tbprofile.id where doc_sent.status = 'unread'";
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง