Jump to content

selecting my records


rockindano30

Recommended Posts

hello all,

 

i have a problem.

 

this line here says that i have 0 records

 

SELECT * FROM users WHERE Uname='user1' AND Pword='user1'

 

but i realy have on record with user name (Uname) user1 and Password (Pword) user1

 

but if i do this it does show my record

 

SELECT * FROM users WHERE Uname='user1';

 

and it also says that i have 0 records if i use

 

SELECT * FROM users WHERE Pword='user1';

 

any help?

Link to comment
https://forums.phpfreaks.com/topic/105797-selecting-my-records/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.