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 PROTEC

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

2004-02-13 Thread Dan Aloma
ork for me. Any other ideas? I 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 PROTE

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

2004-02-12 Thread Dan Aloma
n the fields, is say "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 Olso

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: 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: 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 Dan Aloma
ones that I know should be working don't take values. They just return you to the same screen. CODE: Your name: Your email: Your message: From: Richard Davey <[EMAIL PROTECTED]> Reply-To: Richard Davey <[EMAIL PROTECTED]> To: "Dan Aloma" <[EMA

[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

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