* Thus wrote Gremillion ([EMAIL PROTECTED]):
>$recNum = $lastPart;
>$ord++;
>$updateEntries[$ord] = $recNum;
>}
>$updateEntries[$ord][] = array($first, $value);
> //populate nested array
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
$
2 matches
Mail list logo