|
|
|
|
|
by gungsukma2
1711 days ago
|
|
> So the company value will be stored like this: ' or '=' instead of this " or ""=" No, if they enter '"', store it as '"' in your database (maybe by using '\"' in the query), serve it as ''' in html ('"', actually). |
|