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!
On thing you might also want to consider is searching for an integer rather than text. Searching for text is slower than searching for integers and you run into all sorts of problems if you ever need to translate things. Also do you really need to use * or can you just return some applicable columns. Again it is just a speed thing.