Hi,
I've used curl before but this is a new thing for me to pull files off a network and save them, ESPECIALLY binary files like images.
How would I:
1. read the timestamp of a file on the web (from experience, a browser can do this because it will refresh a .js file if it has changed )
- save a file, esp. a binary file that is on the web, to my server.
I am assuming that curl is the way to go on this, please tell me if PHP has a better way.
Thanks,
Samuel