try using the $GLOBALS[variable_name] array.

Jim 
----- Original Message ----- 
From: "Matt Fair" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 01, 2001 3:08 PM
Subject: [PHP] submitting form to a page with frames


> I have 2 pages page1.php and page2.php.  I want to submit the form and 
> its values to page2.php.  page2.php has frames:
> <frameset rows="218,*">
> <frame src="menu.php" name="menuFrame">
> <frame src="editor.php" name="editorFrame">
> </frameset>
> How can I get the variables that were submitted from page1.php into the 
> menuFrame?  When I do this it doesn't get any php variables, but if I 
> take it out of the frame it works fine.
> Thanks in advance,
> Matt
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to