Help for this page

Select Code to Download


  1. or download this
    
    sub doSearch {
    ...
        
        my  ($d)= $db->sqlSelect("count(article.nom)", $from, "article.nom
    + like '%$article%' AND ref_statut = '3' $add");
        my $total = $d;
    
  2. or download this
    
    </sub sqlSelect {
    ...
        $c->finish();
        return @r;
    }