Re: [PHP] Brain Dead...

2002-03-17 Thread Thalis A. Kalfigopoulos
Dropdownmenu is a select name=ddmenuoption/select So the php variable that will hold the user's choice is stored in variable $ddmenu. Thus, no input needed. cheers, --thalis On Sun, 17 Mar 2002, Chuck PUP Payne wrote: I am trying to get a form to work with pull down menu. But I am so

Re: [PHP] Brain Dead...

2002-03-17 Thread Chuck Payne
] To: Chuck PUP Payne [EMAIL PROTECTED] Cc: PHP General [EMAIL PROTECTED] Sent: Sunday, March 17, 2002 9:25 PM Subject: Re: [PHP] Brain Dead... Dropdownmenu is a select name=ddmenuoption/select So the php variable that will hold the user's choice is stored in variable $ddmenu. Thus, no input

Re: [PHP] Brain Dead...

2002-03-17 Thread Thalis A. Kalfigopoulos
get that it can't do the query. So I am think it not passing abc... Chuck - Original Message - From: Thalis A. Kalfigopoulos [EMAIL PROTECTED] To: Chuck PUP Payne [EMAIL PROTECTED] Cc: PHP General [EMAIL PROTECTED] Sent: Sunday, March 17, 2002 9:25 PM Subject: Re: [PHP] Brain Dead

RE: [PHP] Brain Dead...

2002-03-17 Thread Martin Towell
: PHP General Subject: Re: [PHP] Brain Dead... Ok, but I have this as an example select name=abc size=1 option value=a selectedA/option option value=bB/option option value=cC/option option value=dD/option /select

Re: [PHP] Brain Dead...

2002-03-17 Thread Chuck Payne
to find out how to do that. Maybe I am going about it the wrong way. Chuck - Original Message - From: Thalis A. Kalfigopoulos [EMAIL PROTECTED] To: Chuck Payne [EMAIL PROTECTED] Cc: PHP General [EMAIL PROTECTED] Sent: Sunday, March 17, 2002 9:40 PM Subject: Re: [PHP] Brain Dead... What does I

RE: [PHP] Brain Dead...

2002-03-17 Thread Martin Towell
trying to find out how to do that. Maybe I am going about it the wrong way. Chuck - Original Message - From: Thalis A. Kalfigopoulos [EMAIL PROTECTED] To: Chuck Payne [EMAIL PROTECTED] Cc: PHP General [EMAIL PROTECTED] Sent: Sunday, March 17, 2002 9:40 PM Subject: Re: [PHP] Brain Dead

Re: [PHP] Brain Dead...

2002-03-17 Thread Thalis A. Kalfigopoulos
PROTECTED] Cc: PHP General [EMAIL PROTECTED] Sent: Sunday, March 17, 2002 9:40 PM Subject: Re: [PHP] Brain Dead... What does I get that it can't do the query mean? What error are you getting? On Sun, 17 Mar 2002, Chuck Payne wrote: Ok, but I have this as an example

Re: [PHP] Brain Dead...

2002-03-17 Thread Chuck Payne
PROTECTED] Sent: Sunday, March 17, 2002 10:00 PM Subject: Re: [PHP] Brain Dead... Is it possible to check the Mysql log and tell us its point of view? On Sun, 17 Mar 2002, Chuck Payne wrote: When I go to post, I get the following alertCouldn't execute query so I know I can connect, so it must

Re: [PHP] Brain dead - need help!

2001-12-15 Thread Jack Dempsey
use a phpinfo() in one of your pages...that'll show you various places to get your data... btw, php does have the $HTTP_GET_VARS that'll have what you want... jack Gaylen Fraley wrote: I know that I know the answer - it's just buried in the recesses of my mind .. PHP has the various

Re: [PHP] Brain dead - need help!

2001-12-15 Thread Gaylen Fraley
DUH! I had tried that and it didn't work, so I panicked and posted! Come to find out, I had a typo. I am so red thanks! BTW, to the others who answered privately that it's automatically there - Not if register_globals is set to OFF, which is what I am using. But thanks for responding!