dear Andy and all,
while waiting for any respond from the group, I try to debug and get
better understanding about it. I stripe everything and start with one
column of data. I got a new understanding. The error was caused in the
sql query statement. In the SQL query statement, there is "? mark
You may want to give us the entire error msg. If it's saying an
invalid char, it may be an actual non-ascii char in the text of the
program, not necessarily from the data, though that might depend upon
how you're displaying the data.
On Mon, Jul 15, 2019 at 11:26 PM Eko Budiharto wrote:
>
> dear
dear Andy and all,
I opened and read the apache error log. it said there is an invalid
character. And I think there is a unicode character. My question is also
how to pass a unicode data from mysql to a browser through JSON.
in the mysql connection, I already enable utf8mb4, but I do not know
> I have been trying although with a simple file, it is not displaying in a
> browser (got 500 internal server error)
500 errors mean the actual error msg is in the httpd error log (e.g.
/var/log/httpd/error_log) and often are about permissions or paths or
simple syntax errors. But it does mean