shuka79 0 Newbie Poster

Hi Everyone,

I am developing a site that is database driven and so uses mod rewrite to deal with page name without extension ie .php.

I want to pass two variables via a link, so have set it up to be domainname.com/pagename?var1=val&var2=val

The page loads but when I try and use

echo $_REQUEST['var1']

it doesn't return the value. I can see the querystrin in the URL bar and the values are there, I just can't seem to grab the values.

If anyone can help that will be great.

Cheers
Shuka