Re: [PHP-WIN] Passing array to function

2002-08-13 Thread Scott Carr
Surround your variables with {} curly braces. -- Scott Carr OpenOffice.org Documentation Maintainer http://documentation.openoffice.org/ Quoting Bill Hudspeth <[EMAIL PROTECTED]>: > I am trying to write a function that builds a multiple-choice drop down > list. As such, I need to specify an ar

[PHP-WIN] Passing array to function

2002-08-13 Thread Bill Hudspeth
I am trying to write a function that builds a multiple-choice drop down list. As such, I need to specify an array in the name attribute of the tag. I am trying to pass a parameter to the function which gets used as this name attribute, but seem to be having problems with the square brackets. In t