Re: [PHP] Array decleration problem

2007-01-03 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-01-02 10:48:27 +0100: > Hi, > > I'm new to php and im learning, I haven't encounter any problems till > now so please help me? :) > > the code: (learning arrays...) > > > $flavors=array ("banana", "cucumber", "grape", "vanilla") that statement is incomp

[PHP] Array decleration problem

2007-01-03 Thread Delta Storm
Hi, I'm new to php and im learning, I haven't encounter any problems till now so please help me? :) the code: (learning arrays...) "; echo $flavors2; echo ""; echo $fruits; ?> I get an error message: Parse error: parse error, unexpected T_VARIABLE in C:\Progr