No amount of ambersands did it, but this one does it. Thanks all!
On 5/28/07 6:34 PM, "Sam Angove" <sam at rephrase.net> wrote:
>
> For my money the simplest workaround is this:
>
> foreach ($categories as $key => $category) {
> $categories[$key] = "whatever";
> }
>