0317 | ลองใช้งาน LINE Notify ด้วย PHP
หลังจากบทความที่แล้ว เริ่มต้นกับการใช้งาน Line Notify คราวนี้เราลองมาใช้งาน Line Notify ด้วย PHP กันบ้างครับ โดยสามารถนำ Code ด้านล่างนี้ไปประยุกค์ใช้งานได้ครับ [php] <?php function send_line_notify($message, $token) { $ch = curl_init(); curl_setopt( $ch, CURLOPT_URL, "https://notify-api.line.me/api/notify");...