DataTables server-side SQL query

DataTables server-side SQL query

kagatankagatan Posts: 3Questions: 2Answers: 0
edited May 2014 in DataTables 1.10

Please tell me whether it is possible to construct a database query to the following:

      "SELECT t_users.phone, t_users.uid, t_users.user, t_users.fio, t_users.deposit, t_packets.packet FROM   't_packets' , 't_users'  WHERE t_packets.gid = t_users.gid"    

Request do with the following files:
server_processing,php and ssp.class.php

Slightly modifying files, half earned request :)

       "SELECT t_users.phone, t_users.uid, t_users.user, t_users.fio, t_users.deposit, t_packets.packet FROM 't_packets' , 't_users'  "          

What should be done to understand the "class SSP" more and

      WHERE t_packets.gid = t_users.gid

?

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.