Mailinglisten-Archive |
Hi Andreas, Andreas Hackbarth schrieb: > $count = count($for_country); Hier heißt die Variable $count. > for($k=0;$k<$count_country;$k++) Hier heißt die Variable $count_country. ;-) > { > if($for_country[$k] == "####") > unset($for_country[$k]); > } > > es klappt aber nicht!! was muss ich anstellen um for_country an der stelle > 2 komplett zu löschen?? Dich für einen Variablennamen entscheiden. :-) Viele Grüße Lutz
php::bar PHP Wiki - Listenarchive