hello to all..
Im currenly writing a migration scripts for about 6000 records. Ive been givin instruction to send the record to a URL whici looks like this:
http://256.256.256:256/migrate.cfm?cmd=migratecust&user=username&pass=password&aff=ID...
from what I understand is that this will direct the function migratecust in their migrate.cfm file to pick up all the arguments and insert them in their database.
However my problem here is how i send or automate this process. i can build the URLs for each customer dynamically but I cant send all the URLs or automate it so that it execute one after the other.
I have tried using a for loop and inserting session_start() and session_destroy() but its only the last record that is being migrated.
Any help on this will be very very much apreciated.
Thanks a million in advance..