[removed]
function AMXsrv(sid)
{
$.ajax({
url: 'include/favorit.php',
data: "server_id="+sid + "&user_id=114" ,
success: function(data) {
$('#serv-' + sid).remove();
num--;
}
});
}
[removed]Add a code snippet to your website: www.paste.org