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

2004-02-14 Thread Dan Aloma
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 not taking input values from forms when i run

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

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

2004-02-13 Thread Dan Aloma
]; [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? A few questions: a) What's the exact version of PHP? b

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

2004-02-13 Thread Vail, 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 not taking input values from forms when i run that, it doesn't show return anything. I really don't understand what's

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 (phpinfo()

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 2004 23

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

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

2004-02-12 Thread Dan Aloma
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. For some reason php will take input values only from the URL

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 problem.

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

2004-02-12 Thread Vail, Warren
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? A few questions: a) What's the exact version of PHP? b) Please post the smallest possible form

[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

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

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

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 forms Can anyone tell

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

2004-02-11 Thread Dan Aloma
if ($_POST['submit']) { print the form has been submitted; } ? From: Richard Davey [EMAIL PROTECTED] Reply-To: Richard Davey [EMAIL PROTECTED] To: Dan Aloma [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [PHP] [Q]PHP not taking input values from forms Date: Wed, 11 Feb 2004 17:49:56 +

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 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: Re[2]: [PHP] [Q]PHP not taking input values from forms

2004-02-11 Thread Dan Aloma
-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: DA Sorry about not including code the first time

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

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

2004-02-11 Thread Dan Aloma
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 that code you gave me, but all it does go back

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: [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

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, ?=phpinfo()? on the top Richard Davey wrote: Hello Dan, Wednesday, February 11,