how can i get mysql results with alphabetical pagination
i.e
i have 2 fields i.e id and name in mysql table and following html links for pagination
A B C D E F G …….
by clicking on A i want to get results names starting with A
how can i do that with php
Use SQL
LIKEsyntax: