私はPHP Webページを持っており、iframe内にあります。元:
PHP ページのURL 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>
では、親の URL から変数 one を取得するために、two.php でしゃれをする php コードは何ですか?