Login Problem!

Discussion in 'MySQL' started by quick, Oct 17, 2007.

  1. #1
    what is the most simple login script for a site ! Mysql etc etc is not my best part ! everytime i try to create one i get that stupid error Mysql page ! do i need to do something extra that is not told in the login script instructions !:mad:
     
    quick, Oct 17, 2007 IP
  2. Lordy

    Lordy Peon

    Messages:
    1,643
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #2
    what "stupid error mysql page?"

    you need to first connect to your mysql page, select a query, match login + password, then set cookie/session

    might want to post your code so we can help
     
    Lordy, Oct 17, 2007 IP
  3. upl8t

    upl8t Peon

    Messages:
    80
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You're trying to get a login script for a website? What language? PHP?

    Mysql is just a database that holds information that you can access using a language like PHP, ASP, Perl, etc.

    Depending on the language your web server is using, you should be able to find quite a few login scripts available for you to use.

    If you are trying a specific one and it's giving you problems, post the specific problem you're having and I'm sure someone can help you with it.

    If it's a database specific issue you should post it here, but if it's a language specific issue (the script itself), try posting the problem in that language's forum (php, perl, etc)
     
    upl8t, Oct 22, 2007 IP