hmmm try $coding = "%coding"; $a[$coding]='whatever this array shall contain';
please let me know if it worked... diggn ----- Original Message ----- From: "Marc Logghe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 18, 2002 3:44 PM Subject: [PHP] strange problem > Hi, > my PHP (PHP Version 4.1.1) suddenly does not take this anymore: > $a['color'] = 'red'; > I get this error: Parse error: parse error, expecting `T_STRING' or > `T_VARIABLE' or `T_NUM_STRING' > when I remove the quotes around the key, it works. > Problem is , that a certain key is "%coding" (I know, I know, I should not > use non-alphanumerics, but it used to work) and this key I cannot use > anymore: php does not take %coding, nor '%coding', nor "%coding". > Can someone help me out ? > Marc > > > > > -- > 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] >