Open GoogleCodeExporter opened 8 years ago
the script as it is right now works. But I have a large list to process, and
had some issues automating the process. I attempted a foreach loop, but when I
execute cURL function it would continue to cURL the same row, instead of
cycling through each row.
I craeted variables, array and curl'd within the loop
foreach ($csv->data as $key) { .. functions here .. }
Original comment by mediaman...@gmail.com
on 4 Dec 2013 at 5:43
Original issue reported on code.google.com by
mediaman...@gmail.com
on 4 Dec 2013 at 5:38