View Single Post
  #1 (permalink)  
Old 03-11-2008, 10:16 AM
amkma amkma is offline
WebProWorld New Member
 

Join Date: Oct 2004
Location: London
Posts: 6
amkma RepRank 0
Default 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.
Reply With Quote