|
|
|
ขอความรู้หน่อยครับ ผมต้องการใช้ FB.Event.subscribe('comments.add ') เมื่อ Comment แล้วให้ เข้า Databaseด้วย ควรทำยังไงครับ |
|
|
|
|
|
|
|
Code (PHP)
<?php
$db = mysqli_connect("127.0.0.1","root","","facebook_log");
$SQL = "insert into log_com(msg) VALUES('".$_POST['likecom']."')";
$ins = mysqli_query($db,$SQL);
?>
like.php
Code (PHP)
FB.Event.subscribe('comment.create', function(response) {
var namemsg = response.message;
$.ajax ({
type : "POST",
url :"postToPage.php",
data : "likecom="+namemsg,
success: success,
dataType: dataType
});
});
ไม่เข้า DB อะครับ ขอความรู้ หน่อยครับ มือใหม่สุดๆๆ AJAX
|
ประวัติการแก้ไข 2015-02-13 17:35:01 2015-02-13 17:49:23
|
|
|
|
Date :
2015-02-13 17:34:03 |
By :
baseron01 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|