Hi,
I'm trying help someone who has a simple search box on their php
web page, into which you can enter an SQL query. The problem is that
sometimes "%da" is interpreted into an accented capital U, as if some
unicode translation was happening somewhere.
It's looks like the translation is already there by the time we
examine http_submit_var s. Is it a setting of the brower ? That seems
unlikely because the URL appears ok in the apache log. I decided it
must be some setting in php.ini, but the only thing that looked like
it might apply was the magic_quotes_gp c setting, and I tried it both
ways and I still have the problem.
Has anyone seen this before ?
--Rob
I'm trying help someone who has a simple search box on their php
web page, into which you can enter an SQL query. The problem is that
sometimes "%da" is interpreted into an accented capital U, as if some
unicode translation was happening somewhere.
It's looks like the translation is already there by the time we
examine http_submit_var s. Is it a setting of the brower ? That seems
unlikely because the URL appears ok in the apache log. I decided it
must be some setting in php.ini, but the only thing that looked like
it might apply was the magic_quotes_gp c setting, and I tried it both
ways and I still have the problem.
Has anyone seen this before ?
--Rob
Comment