<table class="table"> <tr> <th>Process port </th> <th>Tech port </th> </tr> <?while ($rowprc = mysqli_fetch_array($resultpc) $rowtec = mysqli_fetch_array($resulttec)) /*echo "$strsqlpc";*/ {?> <tr> <td><?= $rowprc[prcName];?></td> <td><? /*echo "$strsqltec"; */if ($rowtec[type] =='2') {echo "SEVER"; }elseif ($rowtec[type] =='3') { echo "DB"; }elseif ($rowtec[type] =='1') { echo "CLIENT"; };?></td> <td><?= $rowtec[techname];?></td> </tr> <? }?> </table>
<? while ($rowprc = mysqli_fetch_array($resultpc)){ while( $rowtec = mysqli_fetch_array($resulttec) ) /*echo "$strsqlpc";*/ {?>
$strsqlpc = "select * from tbl_process where ppid = '$id'"; //echo "$strsqlpc"; $resultpc = mysqli_query($dblink, $strsqlpc); $resultpc1 = mysqli_query($dblink, $strsqlpc); $strsqltec = "SELECT * from app inner join app_tec on app.appid = app_tec.appid where ppid = '$id'"; //echo "$strsqlapp"; $resulttec = mysqli_query($dblink, $strsqltec); $resulttec1 = mysqli_query($dblink, $strsqltec); <table class="table"> <tr> <th>Process port </th> <th>Tech port </th> </tr> <?while ($rowprc1 = mysqli_fetch_array($resultpc1) and $rowtec1 = mysqli_fetch_array($resulttec1)) /*echo "$strsqlpc";*/ {?> <tr> <td><?= $rowprc1[prcName];?></td> <td><?= $rowtec1[techname];?></td> </tr> <?} ?> </table>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง