Re: [PHP-DB] Problem with frames

2001-04-05 Thread olinux
there is no "$" when registering then begin each frame with and all of your registred variables will be available! olinux - Original Message - From: "Bartek Pawlik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 04, 2001 11:56 PM Subject: [P

[PHP-DB] Problem with frames

2001-04-04 Thread Bartek Pawlik
Hi! I have a following problem: I have a script in PHP, say "script1.php", there is a form and submit button. What I want is, after pressing the button, I want to load 2 frames in one window, but (MOST IMPORTANT), I want to pass all variables from form to BOTH frames at once. Please help, Bart