GeekArticles
Web Programming
PerlPHP CLI and Cron
Author: devarticles.com |
Published: 10th Aug 2005 |
Visited: 677 times |
Add CommentFiled in: PerlCan't find the information you're after? Try searching our forums instead! By: Jason Lam Published: 05th Apr 2003 Type: Tutorial Rating: How would you rate this article: Bad Good Go » PHP CLI What is PHP CLI? CLI stands for command line interpreter. What does this do for you? This allows you to run your PHP scripts at command line similar to Perl or any other scripting language used in *nix command line environment. Why PHP CLI? There a several advantages why one would want the ability...n
Read Article Sponsored Links
Related Articles
• Flexible Cron And Schedule C#2.0 Iterate through a timeline using flexible predicate system with Cron Syntax in one class - Update to Previous Flexible Time Sche ...
• Cron I also use it to send myself monthly e-mails that remind me of bills, birthdays, ...
• Running PHP Scripts with Cron Tutorial Tutorial Written By: Till Lots of programmers like PHP for its ability to code and develop web applications fast. Code-debugging is a lot easier than with PERL or C. However, there is one thing a lot of developers are puzzled about, "How to run PHP Scripts with crontab?" Cron is normally a ...