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!
So I'm trying to return values from one table based on the results of another. The problem is that the way I have it now it won't allow me to use ORDER BY because it's working with one value at a time. Could anyone propose an alternate way to do this?