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!
Yes, except that--do yourself a huge favor--don't ever use a $_GET (or a $_POST) variable without cleansing it with mysql_real_escape_string()! Can you see what would happen if I go to your web site and enter in my browser address box:
yourdomain.com/whatever.php?id=5; DROP TABLE `game`