Hello,
I have scripts that I need to execute at a specific time everyday, what is out there to run php scripts outside the browser on a timer?
Also I am using UBUNTU
Use a cron table to schedule the periodic execution of your PHP scripts.