heres the code:

_root.username = _root.adminlogin.username;
_root.pass = _root.adminlogin.pass;
loadVariables("/admin.php?username="+username+"&password="+pass,"" ,"POST");

here's the error:

Error opening URL "/admin.php?username=_level0.adminlogin.username&pas sword=_level0.adminlogin.pass"

the URL exists. the PHP works.

how can i send the contents of the input fields (username/pass) to the php file without that _level0.adminlogin. garbage?