joe_coolish
12-29-2004, 10:41 PM
Hello, I've been programming in PHP for ever, but my work is having me do this page in asp. So, i was wondering, how do you get variables passed through the address bar? like if i went to the link http://localhost/test.aspx?foo=blah&bar=blah2
how would I be able to pull the variables from that? I know in PHP there is the $_GET['foo'] but what is it in ASP?
thanks
how would I be able to pull the variables from that? I know in PHP there is the $_GET['foo'] but what is it in ASP?
thanks