php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "secure authentication."

What are the best practices for passing variables between PHP scripts without using links?

When passing variables between PHP scripts without using links, one common method is to use sessions. By storing the variable in a session, it can be...

What are the implications of using global_register on and off when passing variables between pages in PHP?

When passing variables between pages in PHP, using global_register can have security implications as it makes all variables globally accessible. It is...

How does the configuration of register_globals affect the usage of variables like $_GET in PHP scripts?

When register_globals is enabled in PHP, variables from external sources like $_GET, $_POST, and $_COOKIE are automatically registered as global varia...

In the given code snippet, what potential security risks are present when using the split() function in PHP to parse data from a text file?

Using the split() function in PHP to parse data from a text file can potentially lead to security risks like allowing for code injection attacks throu...

What are some best practices for handling file uploads between different servers in PHP?

When handling file uploads between different servers in PHP, it's important to ensure that the file is properly transferred and saved on the destinati...

Showing 9991 to 9995 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.