ID:               17380
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Variables related
 Operating System: Window NT4 Server
 PHP Version:      4.2.0
 New Comment:

Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem does not imply a bug in PHP itself.
For a list of more appropriate places to ask for help using PHP,
please visit http://www.php.net/support.php

Thank you for your interest in PHP.


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

[2002-05-23 05:02:12] [EMAIL PROTECTED]

when using a simple html FORM and input like:
<input type=checkbox name=myname>
<input type=checkbox name=myname2>

and then reading/using the value("on"/"") at the server side in PHP Var
, after checking BOTH Checkboxes
when we print :

print $myname;
print $myname2;

we get:

on
o
(missing the "n" at the last variable from the input name)

any idea ?







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


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

Reply via email to