php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "method chaining"

What alternative methods can be used to determine the number of links in a directory before displaying them in separate columns?

When displaying links in separate columns in a directory, it is important to determine the number of links beforehand to evenly distribute them. One a...

Are there alternative methods to exec() in PHP that can be used to start a Windows program with parameters?

When using the exec() function in PHP to start a Windows program with parameters, it may not work as expected due to security restrictions or other li...

What are the differences between using strip_tags() and HTML Purifier to sanitize HTML input in PHP?

When sanitizing HTML input in PHP, using strip_tags() removes all HTML tags from the input string, leaving only plain text. This method is simple but...

How does using hidden fields with GET or POST compare to other methods for saving user-selected values in PHP applications?

Using hidden fields with GET or POST allows developers to save user-selected values in PHP applications by passing the values between pages without di...

What are some best practices for passing data between PHP pages using buttons?

When passing data between PHP pages using buttons, one common approach is to use the GET method to send data through the URL parameters. This can be a...

Showing 9981 to 9985 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.