PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I'm simply trying to figure out what it's called when you do $letter=d, &letter=a, and so on. And it only retrieves the rows from the database that start with that letter. I'm trying to find out how to do it, but can't find a tutorial.
Thanks, after reading that and palying with it I figured some of it out. But I can't seem to figure out how to query all the rows begining with a letter at the same time. Instead of having a query for each letter.