php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "text block."

What are the potential pitfalls of not properly declaring a password field in PHP login forms?

If a password field is not properly declared in a PHP login form, the password will be sent in plain text, making it vulnerable to interception by mal...

What is the function quoted_printable_decode() used for in PHP and when should it be applied?

The function quoted_printable_decode() in PHP is used to decode a quoted-printable string. Quoted-printable is a method of encoding non-ASCII characte...

What are the best practices for storing and formatting postings in PHP for a "nopaste" feature?

When storing and formatting postings for a "nopaste" feature in PHP, it is important to properly sanitize the input to prevent SQL injection attacks a...

What is the issue with the code provided in the forum thread regarding writing values from arrays to a text file in PHP?

The issue with the code is that the file is being opened in write mode ('w') each time the loop iterates, which overwrites the previous content. To so...

How can PHP be used to extract specific content from a website, such as text between specific HTML tags like <h2> and </h2>?

To extract specific content from a website using PHP, you can utilize PHP's DOMDocument class to parse the HTML structure of the webpage and extract t...

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.