PHP Backtick operator `
May 18, 2009 - by kurinchilamp / / Post Comment
PHP Backtick operator `
This is the equivalent of shell_exec() command in php. It needs to be present in pair for the commands within it to get executed at the system level.
When shell_exec is disabled or when safe_mode is enabled, this operator is disabled.
Continue Reading