In my mysql database I have table 'class' with column 'classname' contain : Andree,adele,Beta,Alfa
How can I get all the names in 'classname' whose first letter is 'a' or 'A' by php code ? I tried many ways to do this but they did not give the correct result