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!
yep, it's possible. Url parameters are stored in the superglobal $_GET array. Make sure to filter and validate any data passed through it as to avoid having your script exploited.
Google 'php $_GET tutorial' and get cracking. If you encounter problems while trying to learn, come back here and we'll help you with specific questions.