|
![](/images/resource/spacer.gif) |
|
สอบถามเกี่ยวกับการกำหนดเงื่อนไขข้อเเสดงความ Linenotify หน่อยครับ |
|
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
ลอง i ดูครับ แล้วนับแถวเอาเลย
Code (PHP)
$mysqli = new mysqli('db', 'username', 'password', 'database');
if($stmt = $mysqli ->prepare("SELECT * FROM customer WHERE name = ?")) {
$stmt->bind_param("s", $name);
$stmt->execute();
$stmt->store_result();
$rows = $stmt->num_rows;
$message = ($rows >= 1) ? "\n Completed\n" : "\n Please login or register!!!\n";
}
$stmt->close();
$header = "Subscribe MTX";
define('LINE_API', "https://notify-api.line.me/api/notify");
$token = "....";
$res = notify_message($message, $token);
//...
|
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2020-10-30 14:50:01 |
By :
PhrayaDev |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
|
|
|
![](/images/digitalocean-banner.jpg)
|
Load balance : Server 03
|