Hi guys - i have a mini search page on my site in which i want people to be able to pull contact info by either typing in a Phone number or Company name in the search fields. Question is:
-
how do i have php compare the Phone number entered and phone number on database by just verifying that they have the same numbers in the same sequence? (ignoring any brackets or dashes)
-
how do i have the Company Name field search the database for any word that was entered in the input field excluding “the”
Please advise …thanks fellas!