Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 1
    If this isn't just a learning exercise (and maybe even if it is) make sure you're not wastefully duplicating functionality that's already freely available in the PHP platform or ecosystem. For instance PHP has good password functions built-in: password_hash and password_verify. Commented Feb 5, 2024 at 20:54