I've a table on php form with search|---------|
textfield connected to mysql database.
What I want- If I entered some of text in search textfield it will show me records that contain this text automatically and when I click on that it will be selected.
e.g-In patient table
name='Vilas Galave',
name='Ashok Galave'
And I entered search |Galave| it will show
'Vilas Galave'
'Ashok Galave'