php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "white screen of death"

What are some potential pitfalls to be aware of when assigning objects as variables in PHP?

One potential pitfall when assigning objects as variables in PHP is the possibility of inadvertently creating a reference to the original object inste...

What is the purpose of using the dir() function in PHP to read a folder's contents?

The purpose of using the dir() function in PHP is to read the contents of a directory. This function allows you to iterate through the files and subdi...

How can pagination be implemented to display a specific number of elements per page in PHP?

When displaying a large number of elements on a webpage, pagination can be implemented to limit the number of elements shown per page, improving user...

What are the potential security risks of using HTML forms for password input in PHP applications?

Potential security risks of using HTML forms for password input in PHP applications include the possibility of the password being sent in plain text o...

How can you limit the number of results per page in a MySQL query in PHP?

To limit the number of results per page in a MySQL query in PHP, you can use the LIMIT clause in your SQL query. This allows you to specify the number...

Showing 9911 to 9915 of 10000 results

‹ 1 2 ... 1980 1981 1982 1983 1984 1985 1986 ... 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.