fxEscape(trim($_GET[$tabFields[$intCtr]['name']])) . "%'"; } // pousser le WHERE dans une variable if (count($tabWhere) > 0) $strWhere = implode(',', $tabWhere); } $intLimitStart = ($intPage * $intLimitNb) - $intLimitNb; $tabResults = fxGetListData($strTable, $strOrder, $strWhere, $intLimitStart, $intLimitNb, $strLangue, $_GET['id']); fxShowList($tabResults, $strTable, $strOrder, $strWhere, $intLimitStart, $intLimitNb, $intPage, $strLangue); break; } ?>