php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "disabled"

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

What measures can be taken to ensure that a PHP script remains functional even if cookies are disabled in a user's browser?

When cookies are disabled in a user's browser, session tracking in PHP using cookies will not work as expected. To ensure that a PHP script remains fu...

Showing 41 to 45 of 691 results

‹ 1 2 ... 6 7 8 9 10 11 12 ... 138 139 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.