need help w/ first cron job
Posted by: listenlight
Posted on: 2006-09-05 12:03:00
hello, i'm reading the other php cron job topic but it's too advanced for me.
I'm taking a unix course this term, but we've just started.
Anyhow, I want to make a job that shuffles my playlist.xspf files every 12am. ie all it does is :
mv pl1 pl-1; mv pl2 pl1; mv pl pl2; mv pl-1 pl;
Will someone show me how to do this in php? I know php syntax, and can (hopefully) figure the crontab file settings and execution for myself. Thanks so much!
http://listenlight.net