php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "HTTP access"

What is the difference between running PHP as CGI or as a module in terms of HTTP authentication?

When running PHP as a CGI, HTTP authentication headers are not directly accessible to PHP scripts. However, when running PHP as a module, these header...

Are there any programs available to view PHP code over the HTTP protocol?

Yes, one common way to view PHP code over the HTTP protocol is to use a web server with PHP support installed. By placing your PHP files in the web se...

What are the differences between using <meta http-equiv="Refresh" content="5; url=http://example.com"> and PHP header("Refresh: 10; url=http://www.php.net") for redirecting after a certain time?

When redirecting a user to another page after a certain time, using the <meta http-equiv="Refresh" content="5; url=http://example.com"> meta tag in HT...

How can the concept of HTTP requests be better understood when working with PHP and JavaScript in web development?

Understanding HTTP requests in web development involves knowing how to send and receive data between a client (e.g., a browser) and a server. In PHP,...

How can the HTTP 404 error message be troubleshooted when trying to access PHP files on a web server?

The HTTP 404 error message typically occurs when the server cannot find the requested PHP file. To troubleshoot this issue, ensure that the file path...

Showing 56 to 60 of 10000 results

‹ 1 2 ... 9 10 11 12 13 14 15 ... 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.