i just got the hang of using jquery ajax for example, this code sends the contents of the comment box to the php file.
$.post("user_submit.php", {
comment: $("#comment").text()
});
soru ancak nasıl ben user_submit.php dosyasında veri almak yapmak nedir?