本文整理汇总了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;">