Hi all,
i'm having trouble getting a count of the number of rows from a second table i have set up using the Multi Table Settings Tab.
Debugger show all the correct items are there.
I am using the following to try and get the number of rows in the 'Messages' array (should be 2 in this instance. message_id 1 & 3)
I just get a 0
What am i doing wrong?
Kind Regards
Allan
i'm having trouble getting a count of the number of rows from a second table i have set up using the Multi Table Settings Tab.
Debugger show all the correct items are there.
I am using the following to try and get the number of rows in the 'Messages' array (should be 2 in this instance. message_id 1 & 3)
$RecCount = count($row['Messages']);
echo $RecCount ;
I just get a 0
What am i doing wrong?
Kind Regards
Allan