When you develop a web application, you create tools for exchanging data between a client and a server (using the HTTP protocol). This post is based on requests and responses.
, . PHP , . - HTML (+ javascript). , reponses - , .
, , , :
function yes(clicked_id)
{
var it1=clicked_id;
alert(it1);
var tt1=1;
var tt2= 3;
var tt2=document.getElementById("idcheck").value;
var tt3=document.getElementById("idcheck1").value;
}
: javascript php ( ), . ( ) ajax .
ajax, , jQuery $.ajax ( - ) XMLHTTPRequest, javascript - .