O
Oli
Hi
URL in address bar:
http://localhost/edituser.asp?pID=1
SQLQuery = "SELECT * from Applicant WHERE pID="' & Request.Querysting('pID')
& '"
But it only gets: SELECT * from Applicant WHERE pID=
This is only simple but is causing me a headache!
Any ideas??
TIA - Oli
URL in address bar:
http://localhost/edituser.asp?pID=1
SQLQuery = "SELECT * from Applicant WHERE pID="' & Request.Querysting('pID')
& '"
But it only gets: SELECT * from Applicant WHERE pID=
This is only simple but is causing me a headache!
Any ideas??
TIA - Oli