ID:               19792
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         IIS related
 Operating System: Windows NT 5.0 build 2195
 PHP Version:      4.2.3
 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.




Previous Comments:
------------------------------------------------------------------------

[2002-10-30 11:41:46] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip



------------------------------------------------------------------------

[2002-10-17 19:12:13] [EMAIL PROTECTED]

give me some more time......this server is in other country and I'm
waiting for its administrator reply.

------------------------------------------------------------------------

[2002-10-08 13:37:25] [EMAIL PROTECTED]

Are you using PHP as CGI?

------------------------------------------------------------------------

[2002-10-06 20:40:54] [EMAIL PROTECTED]

server: Microsoft-IIS/5.0

------------------------------------------------------------------------

[2002-10-06 20:32:55] [EMAIL PROTECTED]

When I send some data using POST method, PHP looses first char of the
first variable's name. For example:

<!-- my html file -->
<form action="some_file.php" method="POST">
<input name="first_var" value="some_value">
<input name="second_var" value="other_value">
</form>


<!-- some_file.php -->
<?

print_r($_POST);
?>

I get:

Array
(
    [irst_var] => some_value
    [second_var] => other_value
)



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=19792&edit=1

Reply via email to