php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "disabled elements"

Was ist die Bedeutung des Fehlers mit der Meldung "ini_set() has been disabled for security reasons"?

The error message "ini_set() has been disabled for security reasons" indicates that the function ini_set() has been disabled in the PHP configuration...

Is it a common practice to assume that many users have JavaScript disabled when developing PHP applications?

It is not a common practice to assume that many users have JavaScript disabled when developing PHP applications. Most modern websites rely heavily on...

Are there any best practices for creating a link to the index file when JavaScript is disabled?

When JavaScript is disabled, users may not be able to access the index file of a website through a typical JavaScript-based link. To ensure accessibil...

How can cURL be used in PHP to retrieve content from URLs when the url fopen wrapper is disabled?

When the URL fopen wrapper is disabled in PHP, you can use cURL to retrieve content from URLs. cURL is a library that allows you to make HTTP requests...

How can PHP developers ensure that their forms are accessible and functional even when JavaScript is disabled?

When JavaScript is disabled, PHP developers can ensure that their forms are accessible and functional by using server-side validation and submission h...

Showing 46 to 50 of 9549 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 1909 1910 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.