Hi,
I am doing a project with dreamweaver and i ran into a hitch with my select statement.
I have this

Code:
SELECT *
    FROM client, `statement`
    WHERE client.client_id = `statement`.client_id
when i execute this it selects everybody in the database. So i want to add another WHERE statement to this query, this time one that compares the client.username with the session variable "MM_Usernam e"....