Hi all,
I want to develop a search functionality in my php website. My requirement is as below..
I have a text field for entering the required key word.After enter my search keyword and hit the "search" button, it should list all the data with respect to the entered item.
Eg:If i enter the word "hospital" in the text field and hit search button, then it should list the names of all hospitals in that country..
How can I implement it..
Thanks in advance
AlAyam