script.php
<?php
$fp = fopen(‘expireddaterange.txt’, ‘r’);
$file = file_get_contents(‘expireddaterange.txt’);
if(strlen($file) > 0){
….
}else{
echo ‘File[expireddaterange.txt] is Empty’;
exit;
}
?>
expireddaterange.txt contains:
20120206000000,20120221000000
when i run the php script from terminal
[root@xxxx ]# php script.php
the script executed porperly, but when the same script made as cron job entry,
[root@xxxx ]# crontab -e
35 14 * * * /usr/bin/php -d include_path=.:/full path of the script/script.php
And when the script, script.php executed at 2:35 pm, the script was throwing message ”File[expireddaterange.txt] is Empty”, ie., cursor has fall in else part,
Solution:
For this to work, i made changes in the script.php
<?php
$fp = fopen(‘/full path/expireddaterange.txt’, ‘r’, true);
$file = file_get_contents(‘/full path/expireddaterange.txt’, true);
if(strlen($file) > 0){
….
}else{
echo ‘File[expireddaterange.txt] is Empty’;
exit;
}
?>
give permission to the file expireddaterange.txt
[root@xxxx ]# chmod 666 /full path/expireddaterange.txt
And the next time the crontab entry
35 14 * * * /usr/bin/php -d include_path=.:/full path of the script/script.php
will work.
Buy Levitra Oral Jelly without a prescription
December 17th, 2012 on 9:17 AM
This very blog is really educating and informative. I have chosen helluva interesting tips out of it. I’d love to return again soon. Thanks a bunch!
April 15th, 2013 on 4:49 PM
Enormously educational many thanks, I do believe your visitors will very likely want further blog posts such as this maintain the excellent effort.
April 20th, 2013 on 5:47 AM
Hurrah, that’s what I was exploring for, what a data! existing here at this blog, thanks admin of this web site.
April 24th, 2013 on 4:52 AM
My mother used to give me the exact same advice
April 29th, 2013 on 12:04 AM
I feel other blog site owners should really give some thought to this important webpage as a model. Definitely clean and convenient approach, and moreover superior website content! You are very skilled when it comes to this valuable topic
May 1st, 2013 on 3:16 AM
Hello there! This is kind of off topic but I need some guidance from an established blog. Is it difficult to set up your own blog? I’m not very techincal but I can figure things out pretty quick. I’m thinking about making my own but I’m not sure where to begin. Do you have any points or suggestions? Thank you
May 1st, 2013 on 10:36 AM
I simply desired to thank you very much once more. I do not know the things I could possibly have undertaken in the absence of the type of suggestions contributed by you over this subject matter. It truly was a terrifying crisis in my opinion, but taking a look at a specialized manner you resolved that forced me to cry over gladness. Extremely happy for the support and thus pray you really know what a great job you are doing training the others with the aid of a site. I’m certain you haven’t got to know any of us.
May 1st, 2013 on 3:24 PM
What¡¦s Happening i’m new to this, I stumbled upon this I’ve located It positively helpful and it has aided me out loads. I’m hoping to provide a contribution & aid different customers like its aided me. Good job.
May 6th, 2013 on 10:05 AM
Hi! This is kind of off topic but I need some help from an established blog. Is it hard to set up your own blog? I’m not very techincal but I can figure things out pretty quick. I’m thinking about creating my own but I’m not sure where to start. Do you have any ideas or suggestions? Cheers
May 7th, 2013 on 3:24 AM
For reasons unknown, the words are broken on this blog
May 7th, 2013 on 4:00 AM
I needed to post you the very small word just to say thanks a lot over again for these superb methods you have documented in this case. It was shockingly open-handed of people like you giving publicly what exactly a number of people would’ve made available as an electronic book to make some money on their own, specifically now that you could have done it if you wanted. These good ideas likewise served like the great way to know that most people have the same dreams the same as mine to realize a great deal more pertaining to this problem. I know there are a lot more pleasant times in the future for individuals who browse through your blog post.
May 12th, 2013 on 12:44 AM
Some really interesting details you have written. Assisted me a lot, just what I was looking for : D.
May 12th, 2013 on 4:25 AM
What’s up to all, as I am truly eager of reading this blog’s post to be updated on a regular basis. It carries fastidious information.
May 14th, 2013 on 4:50 AM
I like what you guys are usually up too. Such clever work and coverage! Keep up the amazing works guys I’ve you guys to blogroll.
May 14th, 2013 on 9:15 AM
Hiya, I am really glad I have found this information. Today bloggers publish just about gossip and internet stuff and this is really annoying. A good site with interesting content, this is what I need. Thank you for making this web site, and I will be visiting again. Do you do newsletters? I Can’t find it.
May 16th, 2013 on 3:59 PM
Taylor Lautner… By the way you may want to have a look at this cool site I found……
May 18th, 2013 on 9:03 PM
You actually make it appear so easy with your presentation but I find this topic to be actually something which I think I might by no means understand. It seems too complex and extremely extensive for me. I am looking ahead in your subsequent post, I will attempt to get the hang of it!
May 18th, 2013 on 9:44 PM
Hello, i just planned to drop that you a line to say that we thoroughly enjoyed this particular post from yours, I have subscribed for your RSS feed and have absolutely skimmed several of your articles or blog posts before but this blog really endured out in my situation.
May 21st, 2013 on 12:26 AM
I am glad to be one of many visitors on this great site (:, appreciate it for putting up.