PHP+MySqli EP.15 PHP Condition & SWEET ALERT (การใช้งาน SWEET ALERT ร่วมกับ PHP)
PHP+MySqli EP.15 PHP Condition & SWEET ALERT
(การใช้งาน SWEET ALERT ร่วมกับ PHP)
โดยปกติ การแจ้งเตือนหลังการ เพิ่ม ลบ แก้ไข จะใช้วิธี
alert โดย javascript
แต่ปัจจุบัน ทำได้หลายวิธีมากมาย ผมจึงมาแนะนำอีกหนึ่งวิธี
ที่จะทำให้เว็บไซต์และระบบของเราดูมีลูกเล่นมากขึ้น
ลิงค์ css
1 2 |
<!-- sweetalert --> <script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script> |
โค๊ดตัวอย่างการใช้งาน
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<?php if(@$_GET['do']=='del_ok'){ echo '<script type="text/javascript"> swal("", "ลบข้อมูลเรียบร้อย !!", "success"); </script>'; echo '<meta http-equiv="refresh" content="1;url=admin_list_user.php" />'; } ?> |
ระบบ ตระกร้าสินค้า