|
|
|
จะเรียกใช้ fuction php ผ่านคำสั่ง javascript ยังไงดีครับ เข้ามาดูรายละเอียดก่อนนะครับ |
|
|
|
|
|
|
|
เขียนให้เป็นแนวทางนะ
Code (PHP)
function clickRead(id,readStatus){
$.post("action.php",{id:id,readStatus:readStatus,ac:'upstatus'},function(data){
if(data==''){
$('.showData').load('message.php');
}else{
alert('Error Update');return false;
}
});
}
<div class="showData">
//loop sql message เอานะ
<a href="javascript:void(0);" onclick="javascript:clickRead(1,'yes')"></a>
</div>
//action.php
$id=$_POST['id'];
$readStatus=$_POST['readStatus'];
$q=mysql_query("update xxxxxxxxxxxxxxxxxxxxx");
if($q){
echo'';exit();
}else{
echo'NO';exit();
}
|
ประวัติการแก้ไข 2015-01-14 22:08:03
|
|
|
|
Date :
2015-01-14 22:07:30 |
By :
somparn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|