I have a php webpage and inside an iframe. ex:
url of the php page http://www.ex.com/index.php?one=anumber
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <iframe id="34" class="ddd" src="two.php"></iframe> </body> </html> so what php code to pun in two.php to get the variable one from the parent url?