Whats the best way to ensure that only CRON executes PHP scripts, and not someone else who stumbled upon your php scripts..
I was thinking a Password Variable.... bu
You should keep this file outside of public_html
/usr/local/bin/php -f /home/mysite/script // is secure from public access