shell_exec function

  1. K

    Why we disable few PHP functions on server?

    For the security reason we always have to disable few php functions on server. This will improve security on our shared server. Here are the few disabled functions on server: exec – passthru – shell_exec – system – proc_open – popen – curl_exec – curl_multi_exec – parse_ini_file – show_source...
  2. bhawanisingh

    What is shell exec() function and how to enable or disable it on Linux server?

    Shell_exec() : PHP is an open source scripting language executed on the server and it is used for making dynamic and interactive web pages. It is basically used to develop web-based software applications Web based functionalities, system related scripting and execution features are provided by...
Top