Jump to content

how to make this work?


techker

Recommended Posts

well see first your replacing your data in your array for each row in your database. so the first row is

$array['assigned']

and the second row replaces

$array['assigned']

because its the same key in the array. you need to do something like this

$array['assigned'][]

so the rows stop replacing themselves in your array

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.