Re: datatables

2019-07-17 Thread Eko Budiharto
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

Re: datatables

2019-07-17 Thread Andy Bach
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

Re: datatables

2019-07-15 Thread Eko Budiharto
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

Re: datatables

2019-07-15 Thread Andy Bach
s mean that your probably not actually running anything, the script is dying at interpolation time. On Mon, Jul 15, 2019 at 3:29 AM Eko Budiharto wrote: > > dear all, > > I have a question about datatables (jquery). I have been trying although > with a simple file, it is not display

datatables

2019-07-15 Thread Eko Budiharto
dear all, I have a question about datatables (jquery). I have been trying although with a simple file, it is not displaying in a browser (got 500 internal server error), but in CLI is working. here is the HTML side: #!/usr/bin/perl -w use URI::Escape; use strict; print "Content