Sorry if this is a repeat. I looked around some and didn't find what I was after so here goes.
SELECT * FROM trees WHERE trees.`title` LIKE '%elm%'
This works fine, but not if the tree is named Elm or ELM ect... How do I make SQL case insensitive for this wild-card search?
Again, apologies if this is repeated.
Oh, using MySql 5 on apache.