Hi all,
Is it at all possible to select records from a MySQL table which begin with a certain letter of the alphabet (or numerical), so I can make a dynamic A-Z display page?
Thanks in advance.
-Sam
| SitePoint Sponsor |





Hi all,
Is it at all possible to select records from a MySQL table which begin with a certain letter of the alphabet (or numerical), so I can make a dynamic A-Z display page?
Thanks in advance.
-Sam
Sam Hastings





PHP Code:SELECT field FROM table WHERE field LIKE 'a%' ORDER BY field
![]()
I swear to drunk I'm not God.
» Matt's debating is not a crime «
Hint: Don't buy a stupid dwarf ö Clicky
Bookmarks