Archive for May 18th, 2009

May
18
2009

PHP Backtick operator `

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.

  • Share/Save/Bookmark