Hi
I am trying to put the following text into my DB but mySQL keeps rejecting it as the character is invalid.
The character is ;
which has obvious problems.
I have tried escaping it with \; but doesn't work either.
Any ideas?
It's for putting things i a databse like HTML chars such as or Å
Thanks