ID: 22251 Updated by: [EMAIL PROTECTED] Reported By: kr at bpm dot pl -Status: Open +Status: Bogus Bug Type: *Programming Data Structures Operating System: RH8.0 PHP Version: 4.2.3 New Comment:
A correct url of file.php?par[]=1&par[]=2&par[]=3 would give you the expected result.. Previous Comments: ------------------------------------------------------------------------ [2003-02-17 09:56:44] kr at bpm dot pl apache 2.0.40 web browser: file.php?par=1&par=2&par=3 echo count($_GET); // 1 echo $_GET["par"]; // 3(string) not table with values:1,2,3 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=22251&edit=1