Re: [PHP] Semi-Newbie question about arrays

2003-08-17 Thread Curt Zirzow
* Thus wrote Gremillion ([EMAIL PROTECTED]): >$recNum = $lastPart; >$ord++; >$updateEntries[$ord] = $recNum; >} >$updateEntries[$ord][] = array($first, $value); > //populate nested array

[PHP] Semi-Newbie question about arrays

2003-08-17 Thread Gremillion
I'm trying to create a multidimensional array of values to update a Filemaker db. Edits to existing fields end in numbers (the record ID).I'm having a problem, probably obvious to anyone here in setting up the multidimensional array: $updateEntries = array(); //stores existing db entries $