I need to know a method by which i can input information of Birthday and Profession for all authors. Then, i want to display the author name by profession, birthdays.
Eg: A list of Professions will be displayed. When a user clicks on Scientist, all the author's with scientist as profession should be displayed. The same for birthdays too.
Thanks.