URLLoader problem

HI
im trying to load a php file and user id how would i write this in as3, i can do it like this in php test.php?id=$id
but how would i do the same in as3

load(new URLRequest(“test.php”));

iv tried this
load(new URLRequest("test.php?id+id));