How to run external program via a PHP?
how to run a php file using
php.ini
Example
exec('"C:\Program Files\FileZilla FTP Client\filezilla.exe"');
php.ini
exec('"C:\Program Files\FileZilla FTP Client\filezilla.exe"');
In this page (written and validated by A. Gawali) you learned about . What's Next? If you are interested in completing PHP tutorial, we encourage you simply to start here: PHP Tutorial.
Share On: |