[PHP-DB] Problem with frames

2001-04-05 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,

Re: [PHP-DB] Problem with frames

2001-04-05 Thread olinux
quot; when registering then begin each frame with ? session_start(); ? 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: [PHP-DB] Problem