Need HELP! REQUEST AND SWITCH

I am having trouble in finding out the url of

my switch is ?page=content

then how will i add the REQUEST one?

?page=content&id=1

is that right?

when passing values in the url you use $_GET to retreive them:

[php]$page = $_GET[‘page’];[/php]

Sponsor our Newsletter | Privacy Policy | Terms of Service