Avatar of daniel_cu
daniel_cu

asked on 

Results by alphabetical search

Hello,

I would like to query a database and return results from the database that match the first alphabetical letter. So for example, if on a web page I display the alphabet like so:

A B C D E (etc)...

When a user chooses a letter the query returns all the results that begin with that letter.

What is the best way to do this? Any ideas would be great.

Thanks!

PHPProgramming

Avatar of undefined
Last Comment
daniel_cu

8/22/2022 - Mon