Download file from URL using CURL

后端 未结 3 1201
一整个雨季
一整个雨季 2020-12-16 02:28

I try to download file using a php-script from an URL like the following:

http://www.xcontest.org/track.php?t=2avxjsv1.igc

The code I use l

3条回答
  •  不思量自难忘°
    2020-12-16 03:07

    Give this a go

    
    
    #

    or if you want to put it within a loop for parsing several links... you need some functions.. here is a rough idea....

    
    

提交回复
热议问题