Hey everyone,
Having a problem when entering a text field that may contain a "'" (single quote).
Obviously it needs to be parsed out somehow, however, when I use replace() it just plain doesn't work, so I tried using escape and server.urlencode. It works, but when then pulling the record out of the database it shows the encoding i.e. %20 rather than the character.
It is beginning to become a pain as I go in circles trying to resolve the issue.
Any ideas/suggestions/code?
Thanks heaps in advance...
Microbe
Steve Davis
hey.you@hahaha.com.au
Having a problem when entering a text field that may contain a "'" (single quote).
Obviously it needs to be parsed out somehow, however, when I use replace() it just plain doesn't work, so I tried using escape and server.urlencode. It works, but when then pulling the record out of the database it shows the encoding i.e. %20 rather than the character.
It is beginning to become a pain as I go in circles trying to resolve the issue.
Any ideas/suggestions/code?
Thanks heaps in advance...
Microbe
Steve Davis
hey.you@hahaha.com.au