Re: [PHP-LANG] Problems with creating Array

[email protected] (Joey Smith) Wed, 22 Aug 2001 12:17:51 -0600 (MDT)
Newsgroups php.lang
Message-ID <[email protected]>
Nic:
  Once again, you are posting to the wrong list. It is highly unlikely
that you should *EVER* post to php-lang, as this list in only meant as a
place for people who are interested in steering the development of a
language specification.

On Wed, 22 Aug 2001, Nic Skitt wrote the following to [email protected] :

> Hi there,
> 
> I am getting quite frustrated with creating an array. All I seem to get is
> parse errors.
> 
> I am trying to create a one dimensional array called tmpResults using the
> following code:
> 
> Line 8: tmpResult = array();
> 
> Then I am adding to the array as follows:
> 
> 
> $tmpResult[] = "blaa blaa blaa";
> 
> I am getting parse errors on this line and don't know why.
> 
> Any ideas?
> 
> Cheers
> 
> Nic
> 
> 
> 
> 
> 
>