Microsoft
Software
Hardware
Network
Question : CRON JOB - using cpanel for direct_mail extension for typo3
Hi All,
I have to setup a cron job for a direct_mail script through cpanel. The script looks to be PHP and I was wondering in the command box do i just put a path to the script or should i add a path for php and then the script?
I am new to using cpanel and cron jobs, but can find my round *nix system if needed at shell level.
Thanks in advance
Bob
Answer : CRON JOB - using cpanel for direct_mail extension for typo3
In the command box, try this:
php -q /path/to/your/site/direct_
mail.php
The path should be from the server root.
Random Solutions
How to deal with ORA-01745 Error when you have null values in dataset?
VBS Script to not create user, if user is existing in active directory
cheapest way to register 20 domains?
Keyboard Not Working
RPG Socket Program Hanging on Connect()
Help writing a ksh script on AIX box.
Exchange 2010 - Multiple Email Address Policies
When in ASP.NET might you use a User Control? A Custom Control?
Javascript when "." pressed tab the form
How to hash password and convert it back in VB.NET ?