$.post("./index.php", {name: name}, function(response) { $("#nik").append(response); });
echo($_POST["name"]);