E
eliyahu_s
Guest
The probelm is if I include an apostrophe ' in the form. Then mysql interprets it as an escape sequence, so instead of sending it's a day it think it's 'it'
Are there any elegant solutions? Do I have to a string replace on every form?
Are there any elegant solutions? Do I have to a string replace on every form?