[Phpmyadmin-devel] Revision 10397 problems with accented characters
Sebastian Mendel
lists at sebastianmendel.de
Sat Jun 16 14:59:30 CEST 2007
Marc Delisle schrieb:
> Hi,
> this revision:
> http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin?view=rev&revision=10397
>
> breaks this query:
> select `nombre_posté` from personne
>
> when I want to go to Next page of results.
>
> Due to the use of hmtlentities() on the query, it becomes
> SELECT `nombre_posté` FROM `personne`
using htmlspecialchars() instead of htmlentities() could help
--
Sebastian
More information about the Developers
mailing list