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]
- [PHP] array in and out Chris Schneck
- Re: [PHP] array in and out David Robley
- [PHP] option tags and WHILE CGI GUY
- Re: [PHP] option tags and WHILE CC Zona
- Re: [PHP] option tags and WHILE David Robley
- [PHP] Re: array in and out CC Zona