RE: [PHP] Frames and PHP

2002-08-15 Thread Brian V Bonini
Are you saying $id is not passed some of your frames content but not others or it does nto get passed at all? > -Original Message- > From: Sascha Braun [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 15, 2002 4:34 PM > To: PHP Mailingliste > Subject: [PHP] Frames and P

Re: [PHP] Frames and PHP

2002-08-15 Thread Sascha Braun
Now my frameset looks like this: works fine! - Original Message - From: "Brian V Bonini" <[EMAIL PROTECTED]> To: "Sascha Braun" <[EMAIL PROTECTED]>; "PHP Mailingliste" <[EMAIL PROTECTED]> Sent: Thursday, August 15,

Re: [PHP] Frames and PHP

2002-08-15 Thread Sascha Braun
<[EMAIL PROTECTED]>; "PHP Mailingliste" <[EMAIL PROTECTED]> Sent: Thursday, August 15, 2002 11:09 PM Subject: RE: [PHP] Frames and PHP > Are you saying $id is not passed some of your frames content but not others > or it does nto get passed at all? > > > -

[PHP] Frames and PHP

2002-08-15 Thread Sascha Braun
I have some links wich open a new window, wich contains some frames. Each frame selects something from a database, based on an id i put an the window open link. But the ID never enters one of my frames, it terribly stays outside, maybe in the frame set, what can I da about that? Schura