Hi,
I have two forms:
one which displays the list of projects in a dropdown box from mysql db
second one is a date picker form.
after this i have a submit button.
Now, when i click the submit button I want to get the details of the Users corresponding to the project and the date.
My problem is i don't know how to activate the submit button to fetch both the values, in order to activate another PHP file which contains the code for selecting .
Thanx in advance