browse by tag: shell
sort by
PHP on the Command Line - Part 2
in PHP added by goodphptutorials, on 7/9/2007 advanced tutorials command line shell
In Part 1 of this tutorial, we had a look at PHP's command line SAPI (server API). In this article, we'll take things a step further, and see how you can hook up a command line PHP script with existing command line tools provided by your operating system.
comment save reportPHP on the Command Line - Part 1
in PHP added by goodphptutorials, on 6/9/2007 advanced tutorials command line scripting shell
We all know PHP is a great language for building Web applications with but we all also know there's a lot more to running a serious Website than just the user interface.
comment save report