php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "secure FTP connection"

Are there any best practices or guidelines for using PHP to connect and display content from a forum on a separate webpage?

When connecting and displaying content from a forum on a separate webpage using PHP, it is recommended to use the forum's API if available. This ensur...

What are the limitations of using MD5 hashing for password storage in terms of security and vulnerability to brute-force attacks?

Using MD5 hashing for password storage is not secure because it is vulnerable to brute-force attacks and rainbow table attacks. To improve security, i...

How can using absolute pathnames, such as $_SERVER['DOCUMENT_ROOT'], improve file inclusion practices in PHP?

Using absolute pathnames like $_SERVER['DOCUMENT_ROOT'] can improve file inclusion practices in PHP by providing a consistent and secure way to includ...

What are the potential pitfalls of using PHPmyadmin for managing databases?

One potential pitfall of using PHPmyadmin for managing databases is the security vulnerability it poses if not properly configured or updated. To miti...

What are the potential pitfalls of using cookies instead of sessions to manage form submissions in PHP?

Using cookies to manage form submissions in PHP can pose security risks as the data is stored on the client side and can be tampered with. It is recom...

Showing 9961 to 9965 of 10000 results

‹ 1 2 ... 1990 1991 1992 1993 1994 1995 1996 ... 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.