Hello everybody, i am new on this site.
I have the following problem.
I have a page, with a link with some variables like:
http://www.mypage.com/myphp.php?v1=hehe&v2=hihi
ok, so this myphp.php is a frameset, with free frame.
top, right, left.
the left and right page is a .php too.
I tried to use the $v1, and $v2 but both of them was empty.
So i thought i read somehow the values from the url, but i don't know how.
How can i get the values of variables ?
Thx
Vaso