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

2004-02-14 Thread Dan Aloma
yeah. phpinfo() works, which is how I know for sure that PHP is working fine. It's just not taking inputs. WTF is going? heheI'm going nuts over here. Any other ideas? From: Vail, Warren [EMAIL PROTECTED] To: 'Dan Aloma' [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: RE: [PHP] [Q]PHP

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

2004-02-13 Thread Dan Aloma
REALLY need to get this running, and it's upsetting because I don't get what's going on. TIA. From: Vail, Warren [EMAIL PROTECTED] To: 'Philip Olson' [EMAIL PROTECTED],Dan Aloma [EMAIL PROTECTED] CC: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [PHP] [Q]PHP not taking input values

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

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

2004-02-12 Thread Dan Aloma
no input file specified. But when I run it through the url giving the input names with values, it returns them. I tried getting it working with like ten people so far, and no one's been able to figure out... I am running PHP 4.3.4, btw. From: Philip Olson [EMAIL PROTECTED] To: Dan Aloma [EMAIL

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

[PHP] PHP and binding to Port as a certain user

2004-02-10 Thread Dan Aloma
I'm trying to use PHP 4.3.4 with the -b switch, which should bind a port to be used for parsing php files. When I do that, I want it to run as a different user than the one feeding it the command (webserver). Is there any way to do that? Thanks so much for the help.