MySQL search first letter

Associate
Joined
8 Aug 2008
Posts
302
Is it possible to get MySQL and PHP to basically say "SELECT * FROM table WHERE firstletter of title='$letter'" ?
 
So that'll pull any number so if it's "3.1 update" it'll work?

Is there any way of doing it so that it pulls anything that's not a letter of the alphabet instead? Just in case we gets brackets etc?
 
Back
Top Bottom