server_side, use more than 1 table

server_side, use more than 1 table

nezlasenezlase Posts: 1Questions: 0Answers: 0
edited June 2011 in General
$aColumns = array('u.id', 'u.name', 'b.message' );

$sIndexColumn = "id";

/* DB table to use */
$sTable = "user u, box b ";



I use that code, but the result is nothing. any solution? thanks
This discussion has been closed.