<? include('include/config.php'); $dblink= connect_dbnew2(); $id=$_GET["id"]; $strSQL1="SELECT * From comment WHERE web_id= '$id'"; $resultSQ1L=mysqli_query($dblink,$strSQL1); $num = mysql_num_rows($resultSQL1); while($result1 = mysql_fetch_array($resultSQL1)){ ?> <center> <table width="700" border="1"> <p> <tr> <th width="123" scope="row"><p align="left"> ผู้ตอบ : <?=$result1['com_mem']?> </p></th> <td width="561"><h5><font color="color="#999999"">ตอบเมื่อ : <?=$result1['com_date'] ?></font></h5></td> </tr> <tr> <th height="22" scope="row"> </th> <td><?=nl2br($result1['com_detail'])?></td> </tr> </table> </center> <? }?>
$num = mysql_num_rows($resultSQL1);
Quote:$resultSQ1L=mysqli_query($dblink,$strSQL1);
$resultSQ1L=mysql_query($strSQL1) or die(mysql_error());
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง