|
-
Aug 26th, 2003, 01:11 PM
#1
Thread Starter
Lively Member
Form elements of the same name
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|