Hello,
I am using mysql, and need to do a query to see if a few variables are already in the database.
I need to check a database to see if a Username, and a Month (Username='$username' AND Month='$month) are already in the database. The confusing part is that I don't think it is a 'SELECT' statement I want.
Can anyone help?
Thanks
I am using mysql, and need to do a query to see if a few variables are already in the database.
I need to check a database to see if a Username, and a Month (Username='$username' AND Month='$month) are already in the database. The confusing part is that I don't think it is a 'SELECT' statement I want.
Can anyone help?
Thanks