Cron is Not Working
I have a php script that I want to run periodically.
The script works and can be accessed http://brandisor.com/trend.php
I set up cron to run every 3 minutes(just for test) with the following link
php -q /home/brandi14/public_html/scripts/trend.php
But it doesn't work
The script works and can be accessed http://brandisor.com/trend.php
I set up cron to run every 3 minutes(just for test) with the following link
php -q /home/brandi14/public_html/scripts/trend.php
But it doesn't work