本文整理匯總了PHP中CFunctions::remove方法的典型用法代碼示例。如果您正苦於以下問題:PHP CFunctions::remove方法的具體用法?PHP CFunctions::remove怎麽用?PHP CFunctions::remove使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類CFunctions
的用法示例。
在下文中一共展示了CFunctions::remove方法的1個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: if
<?php
}
}
endwhile;
}?>
</select>
</p>
</div>
<div class="floatleft">
<p>
<label>Catégorie</label>
<select onchange="this.form.submit();" name="filtre_categorie" id="filtre_categorie" style="width:145px;">
<option value="%%">Tout</option>
<?php
$filtre_commune_=CFunctions::remove($filtre_commune);
$zSql = " SELECT DISTINCT cat.* FROM cat INNER JOIN entreprise on cat.id_cat = entreprise.categorie_ent where id_cat <> 0 ".$filtre_groupe." AND commune_alias LIKE '" . $filtre_commune_ . "' AND secteur_cat LIKE '".$filtre_secteur."' ORDER BY nom_cat";
$oRes_ = CBdd::select($zSql) ;
while ($oCat = mysql_fetch_assoc($oRes_)): ?>
<option value="<?php echo $oCat['id_cat'] ?>" <?php if ($filtre_categorie!='%%%') {
if($filtre_categorie == $oCat['id_cat']) echo "selected";
}?>><?php echo utf8_encode($oCat['nom_cat']) ?></option>
<?php endwhile; ?>
</select>
</p>
</div>
<div class="floatleft">
<p>
<label style="width:80px;">Abonnement</label>
<select onchange="this.form.submit();" name="filtre_vignette" id="filtre_vignette" style="width:145px;">