hello,
i'm retrieving member ids from an sql table, and i would like them to be placed into the array
(1 => 'to', 2 => 'to', 3 => 'to')
where 1, 2 and 3 are the member ids, and 'to' always says 'to'
i know how to add the ids into an array like this (1, 2, 3) but the '=>' confuses me.
any help will help thanks
i'm retrieving member ids from an sql table, and i would like them to be placed into the array
(1 => 'to', 2 => 'to', 3 => 'to')
where 1, 2 and 3 are the member ids, and 'to' always says 'to'
i know how to add the ids into an array like this (1, 2, 3) but the '=>' confuses me.
any help will help thanks