Hello there.
I need help with one cron job. I need change every 2 or 3 hours one file. I try explain:
I have 3 files:
config.php
config2.php
config3.php
I need rename every file each 2 hours
config.php => config2.php
config2.php => config3.php
config3.php => config.php
I don't know how can I make it... if only its possible make with 2 files, then no problem, but I need something like this, and I think this is the way to rename files..
I need help with one cron job. I need change every 2 or 3 hours one file. I try explain:
I have 3 files:
config.php
config2.php
config3.php
I need rename every file each 2 hours
config.php => config2.php
config2.php => config3.php
config3.php => config.php
I don't know how can I make it... if only its possible make with 2 files, then no problem, but I need something like this, and I think this is the way to rename files..