Just an FYI, 2.0.44 still isn't working on this server, while it does on
another... I don't know what to do now, so I'm just going to write code to
deal with this bug.

-----Original Message-----
From: Mark Douglas [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 29, 2003 10:38 PM
To: '[EMAIL PROTECTED]'
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] Problems with post data


Yes, the webserver that works is running apache2, however it's 2.0.44
instead of 2.0.43... I'm upgrading the broken one now to see if that fixes
the problem.

-----Original Message-----
From: John W. Holmes [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 29, 2003 10:50 AM
To: 'Mark Douglas'; [EMAIL PROTECTED]
Subject: RE: [PHP] Problems with post data


I bet the web server that works is not running Apache 2, is it? Either
way, it's an Apache2 and PHP bug. It's in the bug tracker somewhere...
Use Apache 1.3.27 or whatever the latest is...

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/

> -----Original Message-----
> From: Mark Douglas [mailto:[EMAIL PROTECTED]
> Sent: Saturday, March 29, 2003 7:57 AM
> To: '[EMAIL PROTECTED]'
> Subject: [PHP] Problems with post data
> 
> I'm having problems with my post variables. Here's the page I use to
> submit
> data:
> 
> <FORM ACTION="test2.php" METHOD=POST />
>     <INPUT TYPE=text SIZE=50 MAXLENGTH=50 NAME="new_area"
> />&nbsp;&nbsp;<INPUT TYPE=SUBMIT VALUE="Add New Skill Area" /><BR
/><BR />
> </FORM>
> 
> Here's the test2.php page:
> 
> <?php
> print_r($_POST);
> ?>
> 
> This is all very simple, and works on one of my webservers. However,
on
> another webserver with a practically identical configuration, if I
post
> "testing" the result that I get is this:
> 
> Array ( [new_area] => testingnew_area=testing )
> 
> I've spent hours scouring my two configurations, changing options here
and
> there, and have had zero success in making the problem webserver work.
> 
> The server is a dual processor RedHat 8 system running apache 2.0.43,
and
> php 4.3.1. You can see the phpinfo at
> http://inexorable.sagelikefool.net/phpinfo.htm (yes htm, not php). Any
and
> all help is appreciated!
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to