get variable out of URL

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!

Moderator: General Moderators

Post Reply
Quazel
Forum Commoner
Posts: 25
Joined: Thu Mar 18, 2010 7:12 pm
Location: Edina, Minnesota

get variable out of URL

Post by Quazel »

Is it possible to, based on a varible in the URL (http://www.example.com/tst.php?[b]xxx=1[/b]) to take a different row from a SQL database? if so explain how.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: get variable out of URL

Post by requinix »

Post Reply