Welcome Guest, Not a member yet? Register   Sign In
logging a structure
#3

changed it to:
$data = array(
'task1' => $Arr[0].Task_0,
'task1_percent' => $Arr[0]->Perc_time_0,
'task2' => $Arr[0].Task_1,
'task2_percent' => $Arr[0]->Perc_time_1,
'task3' => $Arr[0].Task_2,
'task3_percent' => $Arr[0]->Perc_time_2,
'task4' => $Arr[0].Task_3,
'task4_percent' => $Arr[0]->.Perc_time_3,
'task5' => $Arr[0].Task_4,
'task5_percent' => $Arr[0]->Perc_time_4,
'task6' => $Arr[0].Task_5,
'task6_percent' => $Arr[0]->.Perc_time_5,
);

This causes the application to not even load.
proof that an old dog can learn new tricks
Reply


Messages In This Thread
logging a structure - by richb201 - 07-22-2018, 12:13 AM
RE: logging a structure - by Pertti - 07-22-2018, 03:03 AM
RE: logging a structure - by richb201 - 07-22-2018, 10:07 AM
RE: logging a structure - by richb201 - 07-23-2018, 07:35 AM
RE: logging a structure - by Pertti - 07-23-2018, 08:03 AM
RE: logging a structure - by richb201 - 07-24-2018, 04:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB