Hi all,
I've made a form that takes user inputs and search for it on a MySQL database..
The problem is, there are 8 fields in the form which users write in, and i want the script to :
1) If the user have wrote any field, the script will search for that field in the database.
2) If the user have not wrote any field, the script will not search for it in the database.
just to let you know, i've tried to do just one query that contains all fields separated by OR, and i also tried to separate it by AND, still not working??
Thank you in advance..