What i am trying to do is send the users details to an external script on another domain however i need to loop through over 500,000 details and they all need passing so i wanted to send them all to this external script that will take the details and forward it on to the location.
so for example
I loop through and want to send jo bloggs email to a script on another server. but i still want to go through the loop and do all his friends and i thought by passing that info through it would be easier.