Search found 1 match

by ps2cho
Sat Sep 16, 2006 1:53 am
Forum: PHP - Code
Topic: password function makes invalid login...help :(
Replies: 3
Views: 238

password function makes invalid login...help :(

ok i got a very simple login script working but the problem is that it wont find the table when it searches for it using this code: $sql = "select * FROM `users` WHERE user_name='$username' AND password=password('$password')"; But, it finds the users in the table with this: $sql = "se...