Can I use a wildcard type phrase to call data from a table?
I want to just pull out all titles that begin with the first letter, I can display it if I have another table that just has a letter in so it would be something like
??.php?category=a
but I would prefer to use
??.php?title=a
but this will only display it if the title is 'A' and not 'a?? ??? ?????'
hope you I've made myself undderstud 
|