From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.1.0
PHP Bug Type:     HTTP related
Bug description:  bug 

sir,
   i found the following PHP bug.
when I submit a form with  a formfield listbox (allow multiple
selection).when i get that listbox value in the action page.i got only one
value insteedof getting multiple values.
the codeis here,
page test1.php
<form name="form1" method="post" action="test2.php" >
        <select name="paddu" multiple size="3">
          <option value="test1">test1</option>
          <option value="test2">test2</option>
          <option value="test3">test3</option>
          <option value="test4">test4</option>
        </select>
   
        <input type="submit" name="Submit" value="Submit">
    
      </form>
page test2.php
<?
echo $paddu;
?>

-- 
Edit bug report at http://bugs.php.net/?id=16563&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16563&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16563&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16563&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16563&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16563&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16563&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16563&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16563&r=submittedtwice

Reply via email to