I need some code or example of how to get a php script to upload 2 files to another php script on another server...
anyone know the best way to do this?
===============
in more detail:
I have file a & b sat on server 1
A php script on server1 has to upload file a & b to server 2
the files need to be uploaded to a php script on server 2, so the files are manipulated by server 2 and stored correctly on it.
Cheers...