I have a database (mysql) and i have a table.. lets say "users" inside my user table i have the following informations : username, email, age.

I need php script where someone comes in and has the following fields :

Search :

Username :
Email :
Age :

And they type the following information, fill all the fields or NOT but at least one, and it gives them the matches, so if the username match than give all the username that match, if the age match than give all the age that matches, and if both matches than give them both results.

A simple script... just a search form and a php script to search inside a specific database.

Thanks.