php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "assign function"

What is the difference between ASC and DESC in the "order by" function in PHP?

When using the "order by" function in PHP to sort the results of a query, ASC specifies an ascending order (from lowest to highest), while DESC specif...

What could be causing the "Permission denied" error when using the move_uploaded_file function in PHP?

The "Permission denied" error when using the move_uploaded_file function in PHP is typically caused by insufficient permissions on the destination fol...

What potential issues can arise when using the while loop and include function in PHP?

One potential issue that can arise when using a while loop with the include function in PHP is the possibility of an infinite loop if the included fil...

What are the potential pitfalls of using the date() function in PHP to convert timestamps?

One potential pitfall of using the date() function in PHP to convert timestamps is that it does not handle timestamps beyond the year 2038 correctly d...

What are common reasons for not receiving bounces when using the mail() function in PHP?

One common reason for not receiving bounces when using the mail() function in PHP is that the email server may not be properly configured to handle bo...

Showing 9986 to 9990 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.