Re: [PHP] Post form variables to a frame

2003-10-26 Thread Burhan Khalid
Luis Lebron wrote: Here is the frameset: and here is the form: 1 2 3 4 and here is the relevant lines of browse.php $category=$_POST["category"]; $query="Select username, age, height, eyeColor, haircolor, build, id from users where category='$category'"; Well y

RE: [PHP] Post form variables to a frame

2003-10-25 Thread Luis Lebron
y'"; thanks, Luis -Original Message- From: Pablo Gosse [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 11:38 PM To: Luis Lebron; [EMAIL PROTECTED] Subject: RE: [PHP] Post form variables to a frame On Friday, October 24, 2003 8:28 PM Luis Lebron wrote > I tried that b

RE: [PHP] Post form variables to a frame

2003-10-24 Thread Pablo Gosse
-Original Message- From: Evan Nemerson [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 10:14 PM To: Luis Lebron; [EMAIL PROTECTED] Subject: Re: [PHP] Post form variables to a frame On Friday 24 October 2003 06:08 pm, Luis Lebron wrote: > How can I post a form to the left frame

Re: [PHP] Post form variables to a frame

2003-10-24 Thread Evan Nemerson
m or usenet. > > Luis > > -Original Message- > From: Evan Nemerson [mailto:[EMAIL PROTECTED] > Sent: Friday, October 24, 2003 10:14 PM > To: Luis Lebron; [EMAIL PROTECTED] > Subject: Re: [PHP] Post form variables to a frame > > On Friday 24 October 2003 06:08 pm

RE: [PHP] Post form variables to a frame

2003-10-24 Thread Luis Lebron
I tried that but it did not work. Luis -Original Message- From: Evan Nemerson [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 10:14 PM To: Luis Lebron; [EMAIL PROTECTED] Subject: Re: [PHP] Post form variables to a frame On Friday 24 October 2003 06:08 pm, Luis Lebron wrote

Re: [PHP] Post form variables to a frame

2003-10-24 Thread Evan Nemerson
On Friday 24 October 2003 06:08 pm, Luis Lebron wrote: > How can I post a form to the left frame of a frameset. I want to have an > user submit a form that opens a frameset. The left frame contains the > results of a query based on the posted parameters. Try setting the target attribute of the for