Simple PHP doubt
Posted: Sat Dec 11, 2010 12:24 pm
I'm making a php script (im not that familiar with php) to download a lot of files from a server i have (to check the connection/server behaviour with a heavy workload). When i request a download, does the php script remain active till the download finishes ? or does it request the download and then ends ? I'm asking this because i want to record how long did the files take to download, and if the script ends before the files are transfered, how could i accomplish this?
Thanks in advance
Thanks in advance