[PHP] Quick Question about Variables

2001-12-12 Thread Matthew Walkup
I have a form with checkboxes and they have a name of "associate_". How can I call these variables (or other ideas of getting ID numbers from check boxes)? In PERL i know you can use ${"associate_".$id} but I cant seem to find the equivalent for PHP. I could then get a list of id's and check if

RE: [PHP] Quick Question about Variables --- NEVERMIND

2001-12-12 Thread Matthew Walkup
, December 12, 2001 1:27 AM To: [EMAIL PROTECTED] Subject: [PHP] Quick Question about Variables I have a form with checkboxes and they have a name of "associate_". How can I call these variables (or other ideas of getting ID numbers from check boxes)? In PERL i know you can use ${"associa