ImmyGrant
2009-06-10 11:05:51 UTC
Here is what I'm doing...
in php:
arrrayOfValues = array();
arrayOfValuesToUpdate = array();
// Both arrays have values in them... they're both equal in length...
for($i=0; $i
}
I'm not sure if that should even work for that many records...
Any ideas? :)
Thanks!