I have a search box on my test site which searches through and returns the first names which are like the user inputs and that works fine, but I would like to add an A to Z underneath which you can click on and it will search the database and display all names beginning with A ect
This sounds simple, but would I search the database as normal and somehow display the names by looking at the first letter - I mean would I need an array to search through the persons name field? or is there an easier way that is so simple im going be labelled special for the rest of my life? 😃
Anyway thanks in advance!