homchz Posted June 11, 2006 Share Posted June 11, 2006 Here is where I get a little foggy. I want to run a query every day at a certain time. Is ths a Cron Job?I could take the times a user logs in compare it to his last log in time, and do the math from there, but it would be easier to just have a script run a a certian time every day in case a user is logged on at that specific time.Thanks for any info, Josh Link to comment https://forums.phpfreaks.com/topic/11709-daily-script/ Share on other sites More sharing options...
wildteen88 Posted June 11, 2006 Share Posted June 11, 2006 Yes this would require a cron job to be setup if want to run a query/scrpt at certain time automatically. Link to comment https://forums.phpfreaks.com/topic/11709-daily-script/#findComment-44265 Share on other sites More sharing options...
homchz Posted June 11, 2006 Author Share Posted June 11, 2006 I am half way there, but my my server is being denied to the folder. Do I have to set permissions to 777 and if so should I keep all my cron_job files in a seperate folder? Link to comment https://forums.phpfreaks.com/topic/11709-daily-script/#findComment-44294 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.