php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "passthru function"

What are some common reasons for exec() or system() functions not working in PHP?

Common reasons for exec() or system() functions not working in PHP include restrictions set in php.ini, such as the disable_functions directive, or th...

How can one troubleshoot issues with shell_exec not producing any output or errors in PHP?

If shell_exec is not producing any output or errors in PHP, it could be due to the command not being executed properly or the output being redirected...

What methods can be used in PHP to interact with external programs and exchange variables?

To interact with external programs and exchange variables in PHP, you can use methods like exec(), shell_exec(), passthru(), or proc_open(). These fun...

What are alternative functions to shell_exec that can be used in PHP for executing command line tools?

Using shell_exec to execute command line tools in PHP can pose security risks if not properly sanitized. To mitigate these risks, alternative function...

What are some alternative approaches to achieving the same outcome as using shell_exec in PHP?

Using shell_exec in PHP can pose security risks as it allows for executing shell commands on the server. To achieve the same outcome without using she...

Showing 36 to 40 of 10000 results

‹ 1 2 ... 5 6 7 8 9 10 11 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.