Results 1 to 8 of 8

Thread: Help with login.php

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Code:
                $sql = mysql_query ("SELECT + FROM userdata WHERE email = '".mysql_real_escape_string($email)."'");

    SELECT * FROM ...

    You can either use an IDE with debugger or always add some print's in your code. And please post error messages next time.
    timescale 0.01

  2. The Following 2 Users Say Thank You to kung foo man For This Useful Post:

    Jeplaa (31st July 2013),STAUFFi (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
  •