php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "PHP-enabled"

How can one check if register globals is enabled on a server using PHP?

Register globals is a PHP feature that can lead to security vulnerabilities if enabled on a server. To check if register globals is enabled, you can u...

How can PHP be used to check if JavaScript is enabled in a web browser?

To check if JavaScript is enabled in a web browser using PHP, you can create a simple script that sets a PHP session variable if JavaScript is enabled...

How can PHP be used to check if cookies are enabled for a visitor?

To check if cookies are enabled for a visitor using PHP, you can set a test cookie and then check if it exists when the page is reloaded. If the test...

How can one determine if a browser has cookies enabled in PHP?

To determine if a browser has cookies enabled in PHP, you can set a test cookie and then check if it is present in subsequent requests. If the test co...

Can PHP effectively determine if JavaScript is enabled for a visitor?

To determine if JavaScript is enabled for a visitor, you can use PHP to check if a specific cookie set by JavaScript is present. JavaScript can set a...

Showing 1 to 5 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.