Crustyfur Posted July 19, 2007 Share Posted July 19, 2007 Not sure I have the right title. I want to call results based on the first letter. e.g All cars in a list begining with 'A'. Any help appreciated. Thanks Link to comment https://forums.phpfreaks.com/topic/60722-query-by-first-letter/ Share on other sites More sharing options...
DeadEvil Posted July 19, 2007 Share Posted July 19, 2007 $qry = ''SELECT * FROM table_name WHERE field_name LIKE 'a%'; Link to comment https://forums.phpfreaks.com/topic/60722-query-by-first-letter/#findComment-302078 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.