[PHP-DEV] Bug #13718 Updated: form elements with same name problem

2001-10-24 Thread jone1941
ID: 13718 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: All PHP Version: 4.0.6 New Comment: I'm sorry to keep bringing this issue to light, but this actually would mimic that of your existing functionality.

Re: [PHP-DEV] Bug #13718 Updated: form elements with same name problem

2001-10-24 Thread Markus Fischer
I can't reproduce this with neither with current CVS nor with 4.0.6. Can you post a small reproduceable example ? - Markus ps: no idea, php.bugs won't accept my cvs user/pass On Wed, Oct 24, 2001 at 10:58:57PM -, [EMAIL PROTECTED] wrote : ID: 13718 User updated by: [EMAIL PROTECTED]

[PHP-DEV] Bug #13718 Updated: form elements with same name problem

2001-10-18 Thread jone1941
ID: 13718 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: All PHP Version: 4.0.6 New Comment: I do understand that if you were in the middle of a php script, this would be a simple reassigning of the variable.

[PHP-DEV] Bug #13718 Updated: form elements with same name problem

2001-10-18 Thread hholzgra
ID: 13718 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: All PHP Version: 4.0.6 New Comment: the simple problem with auto-generating arrays is: form fields without input do not generate output so if you have a form like

[PHP-DEV] Bug #13718 Updated: form elements with same name problem

2001-10-18 Thread jone1941
ID: 13718 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: All PHP Version: 4.0.6 New Comment: I do understand that if you were in the middle of a php script, this would be a simple reassigning of the variable.

[PHP-DEV] Bug #13718 Updated: form elements with same name problem

2001-10-18 Thread jone1941
ID: 13718 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: All PHP Version: 4.0.6 New Comment: sorry, I refreshed the page, and it reposted. Thank you for your help, I hope that you will consider my suggestion

[PHP-DEV] Bug #13718 Updated: form elements with same name problem

2001-10-18 Thread jone1941
ID: 13718 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: All PHP Version: 4.0.6 New Comment: wow, I just noticed that you are suggesting that php actually generate an array! I posted two example html files,

[PHP-DEV] Bug #13718 Updated: form elements with same name problem

2001-10-18 Thread hholzgra
ID: 13718 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: All PHP Version: 4.0.6 New Comment: no, i didn't ;) i just tried to describe what would happen *if* we would follow your suggestion and that it is a not so good

[PHP-DEV] Bug #13718 Updated: form elements with same name problem

2001-10-18 Thread jone1941
ID: 13718 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: All PHP Version: 4.0.6 New Comment: Oh, I'm sorry, I missunderstood you. I understand what you are getting at, ambiguity can be a problem. I guess I'll

[PHP-DEV] Bug #13718 Updated: form elements with same name problem

2001-10-17 Thread mfischer
ID: 13718 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: All PHP Version: 4.0.6 New Comment: No, its not 'how it should work'. Image when you write the following code in php: $interests = something; $interests = new;