From: [EMAIL PROTECTED]
Operating system: Windows NT 5.0 build 2195
PHP version: 4.2.3
PHP Bug Type: *General Issues
Bug description: First POST variable always has its first char missing
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 bug report at http://bugs.php.net/?id=19792&edit=1
--
Try a CVS snapshot: http://bugs.php.net/fix.php?id=19792&r=trysnapshot
Fixed in CVS: http://bugs.php.net/fix.php?id=19792&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=19792&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=19792&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=19792&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=19792&r=support
Expected behavior: http://bugs.php.net/fix.php?id=19792&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=19792&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=19792&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=19792&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19792&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=19792&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=19792&r=isapi