Multiple MySQL tables simultaneously...
Multiple MySQL tables simultaneously...
m4th3us
Posts: 1Questions: 1Answers: 0
How can i use multiple mysql tables at same time?
and i'm having some problens with encoding, how do i solve that? every row that have some kind of special char, returns blank result...
thank you
This discussion has been closed.
Answers
You can take a look at my implementation of server-side datatables. You can easily use multiple tables, and I just added a UTF8-encode function (commented out by default) which should solve your issue with the special characters.