realaudio.php?=a

A

Anonymous

Guest
if you make a link like:

page.php?parameter=value

then the variable $_GET['parameter'] wil have the value "value" in the script called.
With that information you can adjust the contents of your page.
multiple values is also possible:

page.php?par1=val1&par2=345&par5=blablabla

If $_GET['parameter'] is empty when trying it out, see this post where is explained what to do in that situation.

Greetz Daan
 
Back
Top