php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "ON"

What are some common reasons for PHP scripts to work on a web server but not on an intranet server?

Common reasons for PHP scripts to work on a web server but not on an intranet server include differences in server configurations, PHP versions, or fi...

How important is it to ensure that the PHP version on the local machine matches the one on the server?

It is crucial to ensure that the PHP version on the local machine matches the one on the server to avoid compatibility issues and potential errors whe...

How can PHP be used to dynamically change images on a website menu based on user interaction?

To dynamically change images on a website menu based on user interaction, you can use PHP in combination with JavaScript. You can create a PHP script...

How can PHP variables be incremented based on user input from a form on the same page?

To increment PHP variables based on user input from a form on the same page, you can use a combination of HTML form elements and PHP code. You need to...

What are the best practices for building PHP scripts that are not dependent on Register_Globals being turned on?

When building PHP scripts that are not dependent on Register_Globals being turned on, it is important to use superglobal arrays like $_GET, $_POST, an...

Showing 31 to 35 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.