ASP Q&A
ASP Q&A
Out of context: Reply #10
- Started
- Last post
- 10 Responses
- tfs__mag0
asp doesn't have an escape character... if you're trying to put a string with a ' in a database you'll need to do this
thestring=request("yourinput)
thestring=replace(thestring...