Hey there,
I have a page(page1.php) with another page in it(page2.php) with IFRAME. If I use a variable in the second page (page2.php) is it possible to get the value of the variable in the first page (page1.php).
page1.php
<body>
<html>
<IFRAME SRC="page2.php"></IFRAME>
<!-- here I want to get the value of a variable I used in page2.php -->
</html>
</body>
Is this something with sessions? And how works this?
Greetz
The One And Only KryptoS
The One And Only KryptoS
I have a page(page1.php) with another page in it(page2.php) with IFRAME. If I use a variable in the second page (page2.php) is it possible to get the value of the variable in the first page (page1.php).
page1.php
<body>
<html>
<IFRAME SRC="page2.php"></IFRAME>
<!-- here I want to get the value of a variable I used in page2.php -->
</html>
</body>
Is this something with sessions? And how works this?
Greetz
The One And Only KryptoS
The One And Only KryptoS