Re: [PHP] Re: Fatal error: Cannot use [] for reading

2002-10-10 Thread Bogdan Stancescu
Yup, that works as well. You could try a debugging echo after that line and see if it gets executed. You probably have a problem somewhere else. Bogdan Leif K-Brooks wrote: > $actions[] = array("display" => "Discard"); > > Bogdan Stancescu wrote: > >> That piece of code works. Maybe you could

Re: [PHP] Re: Fatal error: Cannot use [] for reading

2002-10-10 Thread Leif K-Brooks
$actions[] = array("display" => "Discard"); Bogdan Stancescu wrote: > That piece of code works. Maybe you could be so kind as to post the > exact piece of code which doesn't work? If it's not too much to ask, > of course. > > Bogdan > > Leif K-Brooks wrote: > >> Any idea what that error means?