- PHP shell_exec with parameters is not working
- <?php
- shell_exec("php -f /home/nikesh/public_html/createtestfile.php 666 >/dev/null &");
- ?>
- <?php
- phpinfo();
- ?>
- <?php
- shell_exec("php -f /home/nikesh/public_html/createtestfile.php 666 >/dev/null 2>&1");
- ?>