Advance Query
Advance Query
Hi all And Happy Christmas
I need help on server_processing.php
I want to populate table from two table of database.
I spend weeks on it without solve it, plz help me or indicate me just the way to go
$aColumns = array('id', 'brand', 'codice_originale','codice_carraro','codice');
$sQuery = "
SELECT x.id,".str_replace(" ,x.", " ", implode(", ", $aColumns)).",i.codice
FROM tbl_cross_references AS x LEFT JOIN articoli AS i ON x.codice_carraro = i.codice
$sWhere
$sOrder
$sLimit
";
I need help on server_processing.php
I want to populate table from two table of database.
I spend weeks on it without solve it, plz help me or indicate me just the way to go
$aColumns = array('id', 'brand', 'codice_originale','codice_carraro','codice');
$sQuery = "
SELECT x.id,".str_replace(" ,x.", " ", implode(", ", $aColumns)).",i.codice
FROM tbl_cross_references AS x LEFT JOIN articoli AS i ON x.codice_carraro = i.codice
$sWhere
$sOrder
$sLimit
";
This discussion has been closed.
Replies
http://datatables.net/forums/comments.php?DiscussionID=3161