I have to use the GET method to send a form entered
SQL statement the page that contacts the database. To do this I am using the server variable, the problem is the string is changed to:
SELECT+*+FROM+student+WHERE+studentid+%3D+%27S001% 27
I've been told there is a function i can call will will automatically change the % stuff back to the proper characters but i don't know what it is.
Can anyone help?
Cheers.