I have tested the link you gave me, and it works OK untill I
enter into the textarea. I get a 400 error as well:
Bad Request
Your browser sent a request that this server could not
understand.
Apache/2.2.0 (Solaris) Server at eagles.its.csulb.edu Port 80
Using the Tidy extension with Firefox
I also noticed the error when posting mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 09, 2008 5:18 PM
To: php-install@lists.php.net
Subject: [PHP-INSTALL] Interesting POST error
One of our developers has brought an interesting problem to my attention.
I'll start off by describing our environ
On Thu, 10 Jan 2008, Jesse Santana wrote:
To: Keith Roberts <[EMAIL PROTECTED]>
From: Jesse Santana <[EMAIL PROTECTED]>
Subject: Re: [PHP-INSTALL] Interesting POST error
Keith,
Another interesting addition to all of this, both your code and my
developers original code work on our PHP v4 instan
Keith,
Another interesting addition to all of this, both your code and my
developers original code work on our PHP v4 instance.
Jesse
Jesse Santana
Project Lead - Enterprise Services Group
Information Technology Services
California State University, Long Beach
1250 Bellflower Blvd.
Long Beach,
Keith,
I get the exact same result. Take a look at this URL:
http://eagles.its.csulb.edu/~jsantana/PostTest2.php
This is the code you sent me. It works with plain text but if I submit
, I get the 400 error I mentioned in my original posting.
Jesse
Jesse Santana
Project Lead - Enterprise Ser
Is this what you are looking for Jesse:
Wiki Text Tester
";
while (list($key, $value) = each($_POST))
{
echo "$key: $value ";
}
?>
The above also works with or html in the text area.
I tried your code on my machine but it was doing strange
things to the URL for th