Registriert seit: 23. Nov 2008
11 Beiträge
|
AW: MySQL via PHP-Tunnel (über eigene libmysql.dll)
25. Mai 2015, 14:26
HeidiSql is a tool like phpMyadmin.
I have a few general suggestions: first is to replace the ";" with some different character. If that works, at least you know what the issue is.
A quick work around: if you use stringreplace to replace ";" when posting and another stringreplace when retrieving the data, your problem should be worked around.
Teo
|