Hello all,
I am having a little big problem, I wish you all could help me fix, i am hosting a website that depends very much on external files and such i wanted to have a php script that could do all the downloading, zipping, mailing and parsing process automatically with cron jobs.
The first problem i found is that file_get_contents doesn't work and either does curl [php or linux version], fopen gave me the same problems.
Second problems is that PDO is not supported and as far as i know it won't be.
Third problem was the cron daemon itself as it didn't seem to be working.
I got others solutions for PDO [MDB2 from pear

] and an external cron service. So the remaining problem is to download the files and have them in a folder in my site, how could i do that?