Where clause not working in data table server-side processing
问题 I am using data table Server-side processing. I am getting the data from the database. My issue is, Where clause not working with Server-side processing. I am using the below code. I found one link on Stack overflow and I added the same code but that code is also not working. I refer this link How to use 'WHERE' clause using ssp.class.php DataTables $sql_details = array( 'user' => 'root', 'pass' => '', 'db' => 'test', 'host' => 'localhost' ); if($_REQUEST['action']=='admin'){ $table = 'tbl