php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "disabled functions"

What are some alternative functions to replace curl_exec() in PHP when it is disabled by the host?

When curl_exec() is disabled by the host, you can use alternative functions like file_get_contents() or fopen() to make HTTP requests in PHP. These fu...

What are some best practices for ensuring a form functions correctly even if JavaScript is disabled?

When JavaScript is disabled, it's important to ensure that the form still functions correctly. One way to achieve this is by using server-side validat...

When should the passive mode be enabled or disabled when using FTP functions in PHP?

When using FTP functions in PHP, the passive mode should be enabled when connecting to a server behind a firewall or NAT. This helps with data transfe...

How can PHP developers work around the limitation of URL file-access being disabled on the server for functions like file()?

When URL file-access is disabled on the server, PHP developers can use cURL to fetch remote files instead of functions like file(). cURL allows for ma...

How can the control of whether all fields have been filled out be disabled in PHP mail functions?

When using PHP mail functions, the control of whether all fields have been filled out can be disabled by checking if the required fields are empty bef...

Showing 6 to 10 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.