This is the way i m using from set this link to my server but they not execute properly with my schedule time/cronjob one more think there is no coding issue…..
env php -q/http://www.oriify.com/index.php/cronjob/index
can you please help me out
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just use a wget instead of PHP. You are using a web address and PHP doesn’t work that way. WGET performs a HTTP query which also allows for your environment vars.
I’m sure some might argue it’s not proper and that running it locally is best, but locally doesn’t allow for .htaccess and such.