Hi All
I am the noob to php ,i need to execute the binary files from php…If u are aware about this please let me to kno…
Your help is really appreciated
Hi All
I am the noob to php ,i need to execute the binary files from php…If u are aware about this please let me to kno…
Your help is really appreciated
Depending on who your hosted with and the PHP settings they have bundled running commands in PHP may not be possible for security reasons but it’s worth looking into the exec and system functions.
http://php.net/manual/en/function.exec.php
http://php.net/manual/en/function.shell-exec.php
http://php.net/manual/en/function.system.php
Hello John…
I came acrosss those links earlier the normal comands are exectuing … Could u plz ellaborate in using source commands in php? Facing issu in thi
Source command is to make the path to configure…
What code are you trying to run?