Hi there,
I have done a script that allow to grab something from a website and put in on a text file, after that I launch a cleaner (remove duplicate content)
my script work as I want manually
but since I dont get a lot of experience in cronjob, I'm using the cPanel cronjob
so the point:
I need first to launch the get.php - this php code, will check the url in list.txt and after that write the result in list2.txt
second cron job after a several minute, will need to run clean.php who need to have acces to list2.txt and remove the duplicate content from list2.txt and writte on this file
I get sometrouble to runing this, nobody have an idea of what argument I need to put on my cronjob activity?
thanks
I have done a script that allow to grab something from a website and put in on a text file, after that I launch a cleaner (remove duplicate content)
my script work as I want manually
but since I dont get a lot of experience in cronjob, I'm using the cPanel cronjob
so the point:
I need first to launch the get.php - this php code, will check the url in list.txt and after that write the result in list2.txt
second cron job after a several minute, will need to run clean.php who need to have acces to list2.txt and remove the duplicate content from list2.txt and writte on this file
I get sometrouble to runing this, nobody have an idea of what argument I need to put on my cronjob activity?
thanks