Results 1 to 8 of 8

Thread: Help with login.php

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private First Class
    Join Date
    Dec 2012
    Posts
    127
    Thanks
    132
    Thanked 114 Times in 63 Posts
    Ok then in line:
    PHP Code:
    $sql mysql_query ("SELECT * FROM userdata WHERE email = '".mysql_real_escape_string($email)."'"); 
    You've got FROM userdata. As you said your db is called user_data, so should be SELECT * FROM user_data <...>

  2. The Following User Says Thank You to Jeplaa For This Useful Post:

    kung foo man (31st July 2013)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •