Re: [PHP] Getting POSTed values from dynamically named checkboxes

2003-05-30 Thread CPT John W. Holmes
al Message - From: "Dillon, John" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 29, 2003 11:44 AM Subject: [PHP] Getting POSTed values from dynamically named checkboxes My problem relates to IF statement in the following code. There are two checkb

Re: [PHP] Getting POSTed values from dynamically named checkboxes

2003-05-30 Thread David Grant
Dillon, John wrote: My problem relates to IF statement in the following code. There are two checkboxes, named altid$thisid, so for instance they become altid36 and altid37. When the form is submitted with both checked, I can read the first altid36, but the second does not pass the IF test. Any

[PHP] Getting POSTed values from dynamically named checkboxes

2003-05-30 Thread Dillon, John
My problem relates to IF statement in the following code. There are two checkboxes, named altid$thisid, so for instance they become altid36 and altid37. When the form is submitted with both checked, I can read the first altid36, but the second does not pass the IF test. Any suggestions re possib