PDA

View Full Version : Grabbing details from URL




JavaWizKid
Feb 19, 2009, 03:50 PM
How can you use a script to grab details from the url in something like php?
If I had a website: www.mywebsite.com/?p=5 and had an extension on it, could I use that p=5 in my script? Thanks



JavaWizKid
Feb 19, 2009, 04:29 PM
Found out how.
$_GET['variablename'];