In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Cgi Guy) wrote:

> What's wrong with this code?  I keep getting a parse
> error at the form/select lines...

> print ("<option value=\"$array[0]\">$array[1]</option>\n");

See if adding curly braces, {$array[1]}, doesn't work better for you.

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to