I am using a MySQL database with this php search .
How Do I do this below
ok...
If someone were to enter a persons name in the textbox, its should find the person ex. "I found this person : TOM "
If someone were to enter a telephone number , it should find the person with that telephone number ex. "Found Tel# 123-456-7890, Customers Name : TOM"
If someone were to enter an order number like "111111", then it should find that order and display all its information ex. " I Found Order# 111111 , Customers Name : TOM, Placed @ 1 PM"
I want to be able to search for different things. I have one textbox
I also do have two tables currently : Customers AND Orders
Thanks