User name and Password

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sayera
    New Member
    • Jul 2007
    • 2

    User name and Password

    Hi , I have a website where i need to put in a User name and Password for my visitors to visit some secure pages. And i dont do coding, can anyone pls give me a good and secure script which i can use for my website...thank s a million.
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Heya, Sayera. Welcome to TSDN!

    If you can't code it yourself, I'm afraid you've come to the wrong place. TSDN exists to help developers fix problems and figure out solutions, but all TSDN members are expected to write their own code.

    If you want someone to do your coding for you, allow me to recommend my employer.

    If outsourcing is not an option, there are solutions that involve a minimum of coding. For PHP, you can integrate into Apache's authentication model pretty easily.

    Check out this article and post back anytime if you have any questions.

    Comment

    • bhaend
      New Member
      • Jul 2007
      • 1

      #3
      u can use technic MD5 in PHPMYADMIN..
      ex. insert into user values ('$username','$ email','MD5($pw d)')

      Comment

      Working...