php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "CGI scripts"

What steps can be taken to ensure that mssql_connect() functions correctly and does not result in CGI timeouts in PHP scripts?

To prevent CGI timeouts when using mssql_connect() in PHP scripts, you can increase the maximum execution time and memory limit in your PHP configurat...

What is the best way for a beginner to verify PHP CGI functions?

One way for a beginner to verify PHP CGI functions is to use the phpinfo() function, which displays information about PHP configuration, including ena...

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...

How can one determine if PHP is running in CGI mode on a server?

To determine if PHP is running in CGI mode on a server, you can create a PHP script that checks the value of the `SERVER_SOFTWARE` server variable. If...

What are some best practices for setting up a database connection in PHP scripts to avoid CGI timeouts?

When setting up a database connection in PHP scripts, it is important to avoid long-running queries that may cause CGI timeouts. One way to prevent th...

Showing 26 to 30 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 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.