|
|
|
ดึงข้อมูลมาโชว์แต่ มาไม่ครบ ขอความรู้จากพี่ๆหน่อยครับ |
|
|
|
|
|
|
|
ถ้าต้องการ Multiple popover - ป้อนค่า coords attribute เป็นแบบ dynamic
สำหรับ Single popover - Loop content ไม่ใช่ Loop HTML element และเปิด data-html สำหรับการขึ้นบรรทัดด้วย
Code (PHP)
<?php
$content = "";
while($row = mysqli_fetch_array($result)) {
$content .= $row["dc_des"] . "<br>";
} ?>
<area shape="rect" coords="597,291,652,338" data-toggle="popover" title="123" data-content="<?php echo $content; ?>" data-html="true">
|
ประวัติการแก้ไข 2020-10-21 15:06:37
|
|
|
|
Date :
2020-10-21 15:05:52 |
By :
PhrayaDev |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|