var id = null; $.post("indexl.php", { option: "com_user", task: "chek"}, function (data){ id = data; } ); alert(id);