1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
if(isset($Keyword) && !empty($Keyword))
{$choix = ['Marque', 'Modele', 'Gamme', 'Designation'];}
{$choix2 = ['Ah', 'Tension','L','P','H','Poids','P1',
'P2','coef2','coef3','Rinterne','Qte_bloc','Qte_voie',
'"V/elem"','"Nb/elem2V"','"m3/h1"','"m3/h2"',
'Vbloc','Qte_elem','Qte_elem_total','Vfloat','Icmax',
'Iflaot','coefpe','ICPE','Dissip_float','Dissip_recharge',
'Dissip_decharge','Pds_tot'];}
if (is_numeric ($Keyword))
$critere = implode(' ,', $choix2);
else
{$critere = implode(' ,' , $choix);} |