php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "manipulating arrays"

Why is it recommended to avoid activating register_globals in PHP?

Activating register_globals in PHP can lead to security vulnerabilities as it allows external input to overwrite global variables, potentially leading...

What are the best practices for passing form data from one PHP script to another, considering different server configurations like Register globals = on?

When passing form data from one PHP script to another, it is important to consider server configurations like Register globals being set to 'on'. To e...

What are the potential implications of using register_globals in PHP based on the provided code snippet?

Using register_globals in PHP can lead to security vulnerabilities as it allows external input to overwrite global variables, potentially leading to i...

What are the potential pitfalls of using empty() function in PHP for variable validation?

Using the empty() function in PHP for variable validation can lead to unexpected results because it considers variables with a value of 0, "0", empty...

How can you optimize PHP code to handle sorting and grouping data efficiently, especially when dealing with multiple values to sum and display?

When dealing with sorting and grouping data efficiently in PHP, especially when summing multiple values, it is important to use array functions like `...

Showing 9966 to 9970 of 10000 results

‹ 1 2 ... 1991 1992 1993 1994 1995 1996 1997 1998 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.