mysql php - help needed
I have a Mysql table with 4 fields.
id, name, date_of_birth and email.
I want to display some record from Mysql, where date_of_birth is todays date, But I don't want to display those records whose email field is null or empty.
I don't know how to do this.
|