function yolla(veri)
{
var xmlHttp=new ActiveXObject("Microsoft.XMLHTTP")
xmlHttp.open("POST", "download.php", false)
xmlHttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
xmlHttp.send('veri='+escape(veri))
xmlDoc=xmlHttp.responseText
if(xmlDoc!="")
{
return xmlDoc;
}
else return false;
}
yolla("blabal"); func daki veri de veri= $_POST["veri"];