Hi,
I'm reletivly new to php, and i'd like to display results from a mySQL database based on a query which only looks at the first charecter in a field and checks to see if thats the same as the passed argument.
So for example I want to search for items which has an 'A' as its first letter etc.
I'd be grateful if someone knows if this is possible.