Browse Search  
Home :PHP :

How can I call a command line executable from within PHP?
Category : PHP
 
 
Check out the "Program Execution functions" here :
 
    http://www.php.net/manual/en/ref.exec.php

As well as the `backtick` execution operator :

    http://www.php.net/manual/en/language.operators.execution.php

Consider exec() :

    exec — Execute an external program                :
    ---------------------------------------------------
    http://www.php.net/manual/en/function.exec.php
 
 
This article has been viewed 693 times.



ASPWebHosting.com.au Copyright © 2004-2005 | All Rights Reserved |

All trademarks are property of their legal owners.