php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "CGI settings"

How can PHP developers troubleshoot and fix errors related to CGI settings on their web hosting provider?

When PHP developers encounter errors related to CGI settings on their web hosting provider, they can troubleshoot and fix the issue by adjusting the C...

What is the difference between running PHP 5 in CGI mode versus as a module?

Running PHP 5 in CGI mode means that PHP is executed as a separate process for each request, providing better security and isolation. On the other han...

What could be causing the "CGI Error" message when submitting an order in a PHP online shop?

The "CGI Error" message when submitting an order in a PHP online shop could be caused by a misconfiguration of the server's CGI settings. To solve thi...

In what scenarios might using the longer form $HTTP_POST_VARS["Variable"] be more reliable than the shorter $_POST["Variable"] in PHP scripts, especially when dealing with security settings in CGI environments?

When dealing with security settings in CGI environments, using the longer form $HTTP_POST_VARS["Variable"] may be more reliable than the shorter $_POS...

How can one ensure that a CGI script included using virtual() generates valid CGI headers in PHP?

When including a CGI script using virtual() in PHP, you need to ensure that the included script generates valid CGI headers to avoid any issues. To ac...

Showing 1 to 5 of 5892 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1178 1179 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.