ID: 16563 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: HTTP related Operating System: Linux PHP Version: 4.1.0 New Comment:
There is also an entry in the FAQ about this. http://www.php.net/manual/en/faq.html.php#faq.html.select-multiple Previous Comments: ------------------------------------------------------------------------ [2002-04-12 05:57:12] [EMAIL PROTECTED] The bug system is not the appropriate forum for asking support questions. For a list of a range of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php ------------------------------------------------------------------------ [2002-04-12 05:19:38] [EMAIL PROTECTED] 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 this bug report at http://bugs.php.net/?id=16563&edit=1
