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!
Can I also make a small suggestion? Do not use the $_REQUEST superglobal if you know the values are coming from GET or POST. Use GET or POST. Also, don't hit the query directly with the passed information. Validate first. Just a suggestion. Post what the query is actually seeing so we can go from their.