phpbar.de logo

Mailinglisten-Archive

[php] arrays in if

[php] arrays in if

Tobias Orterer php_(at)_phpcenter.de
Thu, 03 May 2001 16:40:50 +0200


while($row = mysql_fetch array($res)) {
	for($i=0;$i<=count($nettogruppe)-1;$i++) {
		if($row["warengruppe"] != $nettogruppe[$i]) {
			$x++;
		}
	}
	if($x == count($nettogruppe)-1)
	{ ...rechne brutto } else { rechne netto... }
}
spontan runtergetippt...


php::bar PHP Wiki   -   Listenarchive