Execution operation in PHP
It is possible to store the output of an external command in a PHP variable. This is done using backticks operation.
A external command that is within the backticks will be executed and the output of it will be returned back as result of this operation.
Comments
Post a Comment