php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "dependent scripts"

Is using require.js a recommended approach for automatically loading dependent scripts in a PHP project?

Using require.js in a PHP project is not a recommended approach for automatically loading dependent scripts. Instead, you can use PHP's built-in autol...

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

How can PHP version changes affect the functionality of date() function in time-dependent scripts?

PHP version changes can affect the functionality of the date() function in time-dependent scripts if the format strings used are not compatible with t...

How can the DateTime class be utilized to handle date-dependent operations in PHP?

The DateTime class in PHP can be utilized to handle date-dependent operations by creating DateTime objects representing specific dates and times. This...

What steps can be taken to modify existing PHP scripts to replace variables dependent on Register_Globals with Superglobals?

When modifying existing PHP scripts to replace variables dependent on Register_Globals with Superglobals, you need to update the script to explicitly...

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.