Accessing the Command Line From PHP
This tutorial will explain the different methods of accessing the system command line from a PHP script. Being able to run external programs can come in handy, and fortunately there are multiple functions that will do this. We will explain the differences betweeen these so you can choose the best one for your purpose. The functions covered are exec(), system(), passthru(), and shell_exec(), as well as escapeshellcmd() and escapeshellarg().
Visit publisher site: Accessing the Command Line From PHPListing Details
- Filed in:
-
Scripts / PHP / Tutorials & Tips / Development
- Submitted on:
- Last Updated:
- Feb 3, 2009
- Publisher:
- UltraMega Tech. Other listings by this publisher
License & Pricing Information
User Reviews
Be the first to review this listing!Not yet reviewed by any member.... You can be the FIRST one to write a review for Accessing the Command Line From PHP