You'd have to...

request.open(MyFile.php?" + id1 + "=" + id1value);
OR request.open(MyFile.php?" + yourdata);

you can keep adding id's and php will get the variables passed onto it via ajax,...