I never used CRONs and I don't know hot to set up one so I use online cron websites to do it. Now I'm using http://www.setcronjob.com/ free account for testing.
I use this service to run a script that fetches data from the web. The script uses PHPs file_get_contents and cURL.
I want to know if running a CRON is behaves the same way as running a script in the browser and the problems that can occur because I think the script I'm running behaves a little different...