Hello

I have created an extra field Date of Birth in the user fields.
Now how can I show all the users with the same birth date having the logged in users birth date.

another thing how can I show all the birth dates?

Comments

=-=

you can use the views.module to pull data from the database. http://drupal.org/project/views

Thanks.... I am using view

Thanks....

I am using view but did not get how to put User:DOB = Current:User DOB in filtering ....
How can i do that?

ruhunnabi

=-=

you will need to look into using filters and relationships.

Yes I have given following

Yes

I have given following value in filter

User: Active (Yes)

now I want to gave
User: DOB (= current users DOB)

how can I do that?

ruhunnabi