using xmlhttp.open() how do I add more then one parameter to url?

Posted by creocare on Stack Overflow See other posts from Stack Overflow or by creocare
Published on 2010-06-17T22:01:10Z Indexed on 2010/06/17 22:03 UTC
Read the original article Hit count: 239

Filed under:
|
|
|
|

so I have this code.

xmlhttp.open("GET","getuser.php?q="+str,true);

where q="+str

I want to pass a second var how do I do this?

Thanks.

© Stack Overflow or respective owner

Related posts about php

Related posts about AJAX