Run a 3rd party PHP script
Posted: Tue Jun 30, 2009 9:36 am
Hi
I want to run a php script for an array of values.For eg: consider a file downloader script run for an array of 5 files.After the 1st file is posted to downloader script, it downloads the file and then move on to 2nd file and so on.In this way all files are downloaded without user interaction.
Please help me this idea of posting the file names to download script one by one
I want to run a php script for an array of values.For eg: consider a file downloader script run for an array of 5 files.After the 1st file is posted to downloader script, it downloads the file and then move on to 2nd file and so on.In this way all files are downloaded without user interaction.
Please help me this idea of posting the file names to download script one by one