Hello,
I've always designed sites in English and Japanese. But now, I have to make a French version and I am doomed by
the single quotes ( apostrophes ) that produce plenty of
backslashes when inserted in a mysql database.
Putting "set_magic_quotes_runtime (1);" on the top of the
code would prevent errors to say hello to me but this is painful to get all those backslashes when updating data over and over.
I went here ...
...but I didn't manage to find a solution that could fit
easily (without re-organizing the whole previous code) in my present and past projects.
Does anyone know how to fix it?
Thanks a lot to the one who will have to kindness to give some useful feedback.
Have a good day.
My Work...
...and More...
I've always designed sites in English and Japanese. But now, I have to make a French version and I am doomed by
the single quotes ( apostrophes ) that produce plenty of
backslashes when inserted in a mysql database.
Putting "set_magic_quotes_runtime (1);" on the top of the
code would prevent errors to say hello to me but this is painful to get all those backslashes when updating data over and over.
I went here ...
...but I didn't manage to find a solution that could fit
easily (without re-organizing the whole previous code) in my present and past projects.
Does anyone know how to fix it?
Thanks a lot to the one who will have to kindness to give some useful feedback.
Have a good day.
My Work...
...and More...