Hi guys
I need to do the following
I need to access a url on another server which is a zip file
Then open the file and read the .csv folder
What would be the best way of doing this?
| SitePoint Sponsor |




Hi guys
I need to do the following
I need to access a url on another server which is a zip file
Then open the file and read the .csv folder
What would be the best way of doing this?





Accessing the url: http://php.net/CURL / http://sourceforge.net/projects/snoopy/ / http://php.net/file_get_contents / http://php.net/fopen / http://php.net/fsockopen
Opening the ZIP: http://php.net/zip / http://www.google.com/custom?&domain...phpclasses.org
Reading the CSV: http://php.net/fgetcsv
Bookmarks