Advance Query

Advance Query

naftalin3naftalin3 Posts: 5Questions: 0Answers: 0
edited December 2010 in General
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
";

Replies

  • naftalin3naftalin3 Posts: 5Questions: 0Answers: 0
    Sorry for the post I have found a solutions here

    http://datatables.net/forums/comments.php?DiscussionID=3161
This discussion has been closed.