Hi,
On Sun, 23 Dec 2001 20:36:07 +0000 (GMT)
Philip Olson <[EMAIL PROTECTED]> wrote:

>  "a $arr[foo] b"
>  "a {$arr['foo']} b"
>  'a ' . $arr['foo'] . ' b';
The first ist simply wrong. with $array[foo] PHP assumes foo is an
constant with the value foo, which is not coorect when using 'strings'
as indices.

Jan
-- 
Q: Thank Jan? A: http://geschenke.an.dasmoped.net/

Reply via email to