I read on various articles on google that a 'cron job' is used to schedule a task to run periodically on a server. I'm in a situation where I need to schedule a script to run nightly. The script would probably be written in php and update a MySQL database. Is a 'cron job' the ideal way to accomplish this? Thanks for any information
:)