Mailinglisten-Archive |
Ivan schrieb: > Genau hier liegt das Problem begraben, nun sollte das Script aber > weiterhin noch funktionieren. Quick-Hack (hässlich!!!): foreach($vals as $data) { if(!isset($data['tag'])) { error_reporting('E_ALL ^ E_NOTICE'); } $index = $data['tag']; error_reporting('E_ALL'); if(!isset($arrTemp[$index])) { error_reporting('E_ALL ^ E_NOTICE'); } $count = count($arrTemp[$index]); error_reporting('E_ALL'); $arrTemp[$index][$count] = $data['value']; } Gruss, Andreas -- http://www.andreas-demmer.de
php::bar PHP Wiki - Listenarchive