File size: 160 Bytes
a16c8ec
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
function registerVisit(pageId) {
    $.ajax({
        type: "POST",
        url: "php/visit.php",
        data: {
            pageid: pageId
        }
    });
}