Re[2]: [PHP] [Q]PHP not taking input values from forms

2004-02-14 Thread Richard Davey
Hello Dan, Saturday, February 14, 2004, 5:19:26 PM, you wrote: DA> yeah. phpinfo() works, which is how I know for sure that PHP is working DA> fine. It's just not taking inputs. WTF is going? heheI'm going nuts over DA> here. Any other ideas? The fact that you cannot post any data to your in

RE: [PHP] [Q]PHP not taking input values from forms

2004-02-14 Thread Dan Aloma
-- snip--- if your web server implementation is correct that should work. good luck, Warren Vail -Original Message- From: Dan Aloma [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 12:38 PM To: Vail, Warren Cc: [EMAIL PROTECTED] Subject: RE: [PHP] [Q]PHP

RE: [PHP] [Q]PHP not taking input values from forms

2004-02-13 Thread Vail, Warren
--Original Message- From: Dan Aloma [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 12:38 PM To: Vail, Warren Cc: [EMAIL PROTECTED] Subject: RE: [PHP] [Q]PHP not taking input values from forms when i run that, it doesn't show return anything. I really don't understand what

RE: [PHP] [Q]PHP not taking input values from forms

2004-02-13 Thread Dan Aloma
good luck, Warren Vail -Original Message- From: Philip Olson [mailto:[EMAIL PROTECTED] Sent: Thursday, February 12, 2004 1:55 PM To: Dan Aloma Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] [Q]PHP not taking input values from forms > > > that tag is working fine and

RE: [PHP] [Q]PHP not taking input values from forms

2004-02-12 Thread Vail, Warren
loma Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] [Q]PHP not taking input values from forms > > > that tag is working fine and shows me the info. For some reason php will > > > take input values only from the URL, not from the html code. any ideas? > > >

Re: [PHP] [Q]PHP not taking input values from forms

2004-02-12 Thread Philip Olson
> > > that tag is working fine and shows me the info. For some reason php will > > > take input values only from the URL, not from the html code. any ideas? > > > >A few questions: > > > > a) What's the exact version of PHP? > > b) Please post the smallest possible form that creates this > >

Re: [PHP] [Q]PHP not taking input values from forms

2004-02-12 Thread Dan Aloma
n <[EMAIL PROTECTED]> To: Dan Aloma <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [PHP] [Q]PHP not taking input values from forms Date: Thu, 12 Feb 2004 16:44:37 + (GMT) On Thu, 12 Feb 2004, Dan Aloma wrote: > that tag is working fine and shows me the info.

Re: [PHP] [Q]PHP not taking input values from forms

2004-02-12 Thread Philip Olson
On Thu, 12 Feb 2004, Dan Aloma wrote: > that tag is working fine and shows me the info. For some reason php will > take input values only from the URL, not from the html code. any ideas? A few questions: a) What's the exact version of PHP? b) Please post the smallest possible form that crea

Re: [PHP] [Q]PHP not taking input values from forms

2004-02-12 Thread Dan Aloma
that tag is working fine and shows me the info. For some reason php will take input values only from the URL, not from the html code. any ideas? From: André Cerqueira <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [PHP] [Q]PHP not taking input values from forms Date: Wed, 11 Feb 2

RE: [PHP] [Q]PHP not taking input values from forms

2004-02-12 Thread Ford, Mike [LSS]
On 11 February 2004 18:01, Dan Aloma wrote: > Sorry about not including code the first time. Here is a > snippet of code I > am fairly certain should be doing something. Thank you SOOO > much for the > help. I've been working on setting up php for four days now > and EVERYTHING > else works (phpin

Re: [PHP] [Q]PHP not taking input values from forms

2004-02-11 Thread André Cerqueira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 time() is only echo'ed if $_POST['submit'] is something on this case maybe he has a really old version of php... $HTP_POST_VARS...? do what Richard Davey is saying, on the top Richard Davey wrote: Hello Dan, Wednesday, February 11, 2004, 6:39:35 PM,

Re: [PHP] [Q]PHP not taking input values from forms

2004-02-11 Thread John Nichel
Dan Aloma wrote: I tried adding that code you gave me, but all it does go back to the same page, and doesn't echo out the time(); results. I can't seem to figure it out for the life of me. like i said, everything else in php is working fine, except for this. Fill in some values for your form fi

Re[6]: [PHP] [Q]PHP not taking input values from forms

2004-02-11 Thread Richard Davey
Hello Dan, Wednesday, February 11, 2004, 6:39:35 PM, you wrote: DA> they're being tested on a testing machine we use. I know PHP is (rather DA> appears to be) working fine. Why would it be parsing files fine and calling DA> phpinfo() fine, but not being able to take input values. that's strange..

RE: Re[4]: [PHP] [Q]PHP not taking input values from forms

2004-02-11 Thread Dan Aloma
o: Richard Davey <[EMAIL PROTECTED]> To: "Dan Aloma" <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re[4]: [PHP] [Q]PHP not taking input values from forms Date: Wed, 11 Feb 2004 18:35:31 + Hello Dan, Wednesday, February 11, 2004, 6:32:16 PM, you wrote: DA> I tried adding

Re[4]: [PHP] [Q]PHP not taking input values from forms

2004-02-11 Thread Richard Davey
Hello Dan, Wednesday, February 11, 2004, 6:32:16 PM, you wrote: DA> I tried adding that code you gave me, but all it does go back to the same DA> page, and doesn't echo out the time(); results. I can't seem to figure it DA> out for the life of me. like i said, everything else in php is working fi

RE: Re[2]: [PHP] [Q]PHP not taking input values from forms

2004-02-11 Thread Dan Aloma
ED]> Reply-To: Richard Davey <[EMAIL PROTECTED]> To: "Dan Aloma" <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re[2]: [PHP] [Q]PHP not taking input values from forms Date: Wed, 11 Feb 2004 18:20:11 + Hello Dan, Wednesday, February 11, 2004, 6:01:21 PM, you wrote:

Re: [PHP] [Q]PHP not taking input values from forms

2004-02-11 Thread John Nichel
Dan Aloma wrote: Sorry about not including code the first time. Here is a snippet of code I am fairly certain should be doing something. Thank you SOOO much for the help. I've been working on setting up php for four days now and EVERYTHING else works (phpinfo() calls, etc), but for some reason

Re[2]: [PHP] [Q]PHP not taking input values from forms

2004-02-11 Thread Richard Davey
Hello Dan, Wednesday, February 11, 2004, 6:01:21 PM, you wrote: DA> Sorry about not including code the first time. Here is a snippet of code I DA> am fairly certain should be doing something. Thank you SOOO much for the Your code is (mostly) fine. The only part that didn't work is the final "the

Re: [PHP] [Q]PHP not taking input values from forms

2004-02-11 Thread Dan Aloma
IL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [PHP] [Q]PHP not taking input values from forms Date: Wed, 11 Feb 2004 17:49:56 + Hello Dan, Wednesday, February 11, 2004, 5:47:21 PM, you wrote: DA> Can anyone tell me why PHP is not taking any values I give it? In other DA> words,

RE: [PHP] [Q]PHP not taking input values from forms

2004-02-11 Thread Shaunak Kashyap
Please post your code. It makes it easier to understand the problem. Shaunak > -Original Message- > From: Dan Aloma [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 11, 2004 12:47 PM > To: [EMAIL PROTECTED] > Subject: [PHP] [Q]PHP not taking input values from fo

Re: [PHP] [Q]PHP not taking input values from forms

2004-02-11 Thread Richard Davey
Hello Dan, Wednesday, February 11, 2004, 5:47:21 PM, you wrote: DA> Can anyone tell me why PHP is not taking any values I give it? In other DA> words, if I post something it doesn't accept any of those values. I have set DA> register_globals to on, which is the only thing I could think of that wo

Re: [PHP] [Q]PHP not taking input values from forms

2004-02-11 Thread John Nichel
Dan Aloma wrote: Can anyone tell me why PHP is not taking any values I give it? In other words, if I post something it doesn't accept any of those values. I have set register_globals to on, which is the only thing I could think of that would be doing this. I'm a newbie to php, and I've scoured

[PHP] [Q]PHP not taking input values from forms

2004-02-11 Thread Dan Aloma
Can anyone tell me why PHP is not taking any values I give it? In other words, if I post something it doesn't accept any of those values. I have set register_globals to on, which is the only thing I could think of that would be doing this. I'm a newbie to php, and I've scoured the net for an ans