Need PHP help please?

Decoj

New member
I have a javascript iframe pop up window that pops up in index.php in this pop up window I want to use variables from the index.php page. Is there a way I can include the scripts from the parent page. Already tried the <?php include("index.php"); ?> but I just need the variables, not all the layout and stuff.
The content in the Iframe is in php and is from a .php page from my website. Just the code to open the window/pop up box/iframe is in javascript.
 
Back
Top