Skip to content

Instantly share code, notes, and snippets.

View boychawin's full-sized avatar
🏠
Working from home

Boy Chawin boychawin

🏠
Working from home
View GitHub Profile
@boychawin
boychawin / Line Notify ด้วย php
Last active August 23, 2022 21:02
แจ้งเตือนด้วย Line Notify ด้วย php
<?php
//post ข้อมูลมาเก็บไว้ที่ตัวแปร
$fullname = $_POST['fullname'];
$email = $_POST['email'];
$number = $_POST['number'];
$company = $_POST['company'];
$messages = $_POST['message'];
///ส่วนที่ 1 line แจ้งเตือน จัดเรียงข้อความที่จะส่งเข้า line ไว้ในตัวแปร $message
$header = 'ส่งข้อความถึงเรา';