PHP Cron Page Not Working – CPanel
I have an Apache server that I'm hosting from. I have a php page that sends emails based on some script that looks like this: <?php chdir(dirname(__FILE__)); //need this line so cron works! cron doesn't know the relative file paths…