Comments on: How to JOIN Multiple Tables in DataTables Server-side Processing using PHP https://www.codexworld.com/how-to/join-multiple-tables-in-datatables-server-side-processing-using-php/ Web & Mobile App Development Company Fri, 27 Sep 2024 23:10:00 +0000 hourly 1 By: Julian https://www.codexworld.com/how-to/join-multiple-tables-in-datatables-server-side-processing-using-php/comment-page-1/#comment-258052 Fri, 27 Sep 2024 23:10:00 +0000 https://www.codexworld.com/?post_type=how-to-guides&p=5573#comment-258052 this query will never work since you are giving a query when you are waiting for a table name:
{“error”:”An SQL error occurred: SQLSTATE[42000]: Syntax error or access violation: 1103 Incorrect table name ‘\r\n ( \r\n SELECT \r\n M.id, \r\n M.name, \r\n M.email, \r\n L.country \r\n FROM member'”}

]]>