codice:
SELECT count(*) AS found FROM tabella WHERE email = 'csd@libero.it' AND pass = 'pincopallo'
Se found = 1 l'utente esiste altrimenti no.