I guess I thought I had to actually write code in the cron file because when I set one up through cPanel, I got the following error:
/home/user/public_html/24cronScript.php: line 1: ?php: No such file or directory
/home/user/public_html/24cronScript.php: line 2: /aquota.user: Permission denied
/home/user/public_html/24cronScript.php: line 3: //: is a directory
/home/digitech/public_html/24cronScript.php: line 4: syntax error near unexpected token `('
/home/user/public_html/24cronScript.php: line 4: `$conn = mysql_connect('localhost',user','password');'
When I run the PHP script by itself, it works perfectly. Any suggestions?