All Questions
Tagged with request.querystring sql
3 questions
1
vote
3
answers
2k
views
asp db receive "SELECT * FROM people WHERE id =" & Request.QueryString("id")
I have code written in an ASP file which is not working
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "Provider=Microsoft.Jet.Oledb.4.0; Data Source=" & Server.MapPath("...
0
votes
2
answers
184
views
IPN Request.Querystring
Within PayPal i have my notify_url set and it works nicely.
However I want to capture the QueryString such as tx, amt and item_number
I have the following SQL command that I place into the Verify ...
1
vote
1
answer
1k
views
Can we use Request.QueryString in classic ASP if using URL masking?
I'm writing a website for a local club of ours. I've got all the site written in ASP linked to our backend SQL server and it works lovely. I want to create player profiles now. Normally I would use "(...