Code: Select all
while ($row = $db->fetch_array())
{
$result[] = $row;
}For example, I am able to do the following
Code: Select all
$result[1][start_dt] = $result[1][start_dt] . ' added text';So i'm assuming this is not the correct way to do this....
[/quote]