Basically the subject ask it all. Are you able to use more then on WHERE in a MYSQL query that you can have in a PHP file. What i need to do is like, have an sql where a few fields = something, and im just asking if you can use more then one where, and how. would i put. SELECT FROM table WHERE id='1' WHERE name='Johhn' or would i use SELECT FROM table WHERE id='1' AND WHERE name='John'? Thanks in advanced.