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

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator