var num = 1; $.post("mailsender.php", data, function(data){ num++; })
As a result, nothing happens, it does not increase. The question is: how is it called and how to avoid it, if there is an opportunity to post links about it to read. I want to make a captcha on ajax, but due to the fact that nothing can be transferred from $ .post, it is impossible to verify the validity of data entry from a captcha. Thank!