var text; function mytext(id) { $.post('web.php', {id : id}, function(data){ text = data; } ); return text; }
echo $_POST[id];
function(data){ text = data; }