php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "without JavaScript"

What are the best practices for concatenating strings in PHP without causing errors?

When concatenating strings in PHP, it's important to ensure that all variables being concatenated are properly formatted to avoid errors. One common i...

Are there alternative methods to accessing global variables in PHP without using eval()?

Using eval() to access global variables in PHP is generally not recommended due to security risks and potential performance issues. Instead, you can u...

What are some best practices for listing directories without including files in PHP?

When listing directories in PHP, it is common to inadvertently include files along with directories. To avoid this, you can use the `is_dir()` functio...

Are there alternative methods to manage sessions in PHP without relying on cookies?

Cookies are a common method for managing sessions in PHP, but there are alternative methods available. One alternative is using URL parameters to pass...

Are there alternative approaches to achieve similar functionality without function overloading in PHP?

Function overloading is not directly supported in PHP, but similar functionality can be achieved using variable-length argument lists and conditional...

Showing 9976 to 9980 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.