Posted by NC on 12/16/05 02:10
PulsarSL@gmail.com wrote:
>
> What function can I use to grab a .csv file from a remote webserver for
> use in my PHP script. I want to do some parsing and statistical
> analysis on it (server side).
Depends on how you want the remote data. Either file() or
file_get_contents() should do the trick. See documentation for more
details:
http://www.php.net/file
http://www.php.net/file_get_contents
Cheers,
NC
Navigation:
[Reply to this message]
|