> -Original Message-
> From: Peter J. Schoenster [mailto:[EMAIL PROTECTED]]
> Sent: 10 May 2002 06:40
[]
> http://www.php.net/manual/en/language.types.string.php#language.types.
string.parsing
>
> Where I see this example (in complex syntax section):
>
> > // This is wrong for the
On 9 May 2002 at 15:25, Philip Hallstrom wrote:
> It has to do with precedence (I think). When inside a double quoted
> string PHP evalutes "$books[$val]" *first* and doesn't catch that
> there's more to it...
>
> You can do this:
>
> $html.= " Yaddda yadda " . $books[$val][display];
>
> And
2 matches
Mail list logo