In ASP if I have a form with elements of the same name I get the posted information for that element as

data1,data2,data3,data4

in PHP I only get Data1 or one value returned

I worked around by renaming the elements differently but is not really the solution that provides me with flexible code.

Does php return same named elements in one shot or just one element?
I'm testing on Windows 2000 with Apache, php4