I have a problem with arrays in forms on windows. I have a big script using this feature a lot, which I use on my UNIX server, just recently, i moved the script over to a demo NT server (to check that everything works on NT, because I am moving the entire site to NT). However, on NT, none of the Arrays from the forms give values in PHP.
I have made a little example, to make it easier to understand:
When this script(test.php) is called on NT, with the following "Get String :"test.php?a=uu&a[c]=vv"
The script returns on NT: 0
, however on UNIX, 2
When the script returns 0 when called this way, means it doesn't read the array.
Can anybody please tell me what is going on. I have no clue.