[PHP] Re: Array decleration problem

2007-01-03 Thread Al
There another error in your code in addition to the missing ";", echo() is for strings, not arrays. Also, look up the use of single and double quotes in the php docs. It's a good habit to learn to use the right one early on. Delta Storm wrote: Hi, I'm new to php and im learning, I haven't e

[PHP] Re: Array decleration problem

2007-01-03 Thread Jo�o C�ndido de Souza Neto
it happens because you forgot the semi-collon at the end of the previews line. "Delta Storm" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > 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