php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "secure login"

How secure is the "forbidden" folder for implementing an admin login in PHP?

The "forbidden" folder is not secure for implementing an admin login in PHP because it can still be accessed by users if they know the direct URL. To...

What are common pitfalls to avoid when creating a secure login script in PHP?

One common pitfall to avoid when creating a secure login script in PHP is storing passwords in plain text in the database. To enhance security, passwo...

How can PHP sessions be used to secure a login area and restrict access to certain pages?

To secure a login area and restrict access to certain pages, PHP sessions can be used to store the user's login status. When a user successfully logs...

How can PHP sessions be effectively used to track and manage user login information in a secure manner?

To effectively track and manage user login information in a secure manner using PHP sessions, you can store the user's unique identifier (such as thei...

How can PHP be used to hash and salt passwords for secure login systems?

To hash and salt passwords for secure login systems in PHP, you can use the password_hash() function to hash the password and generate a unique salt f...

Showing 46 to 50 of 10000 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 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.