I have a table as table1 and it is storing day, month, and year separately (i.e in c1=day, in c2=month and in c3=year). Everything is going fine, but now i want to display results on my page according to day, month and year. It means if i want to select feb month and date 1 with year 2012, it must show the relevant data. is it possible to get data according to this condition.????