Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Good tutorial to user accounts?

You know how on facebook and twitter and pretty much everything else you can sign in and sign up? is that done through PHP, MySQL, HTML, Silverlight, or what? is there any good tutorial that would ultimately let me create my own site like this?

1 Answer

Relevance
  • 1 decade ago
    Favorite Answer

    The accounts are probably stored in MySQL.

    The authentication can use HTTP Basic Auth (handled by a webserver module), or cookie-based auth (login with a password, generate a random auth cookie, pass it back to the browser and allow that on subsequent requests). The form with password boxes is written in HTML.

    There's probably PHP code available to do it all with MySQL.

Still have questions? Get your answers by asking now.