![]() Topic awaiting preservation: querystring variable (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: KY |
![]() I am calling a variable from one page to another: "lookup.asp?article=ps1" using request.querystring |
Bipolar (III) Inmate From: Southern Alabama, USA |
![]() "SELECT * FROM table WHERE ID=" & article1 & "" |
Bipolar (III) Inmate From: KY |
![]() DIdn't work, it says too few paramaters. |
Paranoid (IV) Inmate From: 127.0.0.1 |
![]() |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() tis' asp pugz. (it's in that query string but not very clear) |
Bipolar (III) Inmate From: |
![]() I think code: article1 = request.querystring("article")
|
Bipolar (III) Inmate From: dk's house of love |
![]() ID is almost always a numeric value though so I'd think: code: article1 = request.querystring("article")
|
Bipolar (III) Inmate From: KY |
![]() Thanks for the help guys. |