UE - displaying contents of an multidim array in the body
Hi
Can anyone advice - I have an array which I need to display in an email, bit like a cart contents. i.e. there are six holders in a line and a variable amount of lines. The output works fine with all the php sessions such as email address name etc. However the final email never shows the php loop I have created to display the contents of the array
the &MailBody contents are fine to the end of the line for the 'Description row' but then the '$MailBody = $MailBody .' does not continue and misses out the entire loop sequence then returns for the final table closure.
Any got any ideas if UE is capable of dealing with a looped array?
Many thanks
[EDIT] - Resolved
Ignore this - I've fixed it by separating out the loop in to an include adding the include in to the 'email body' at the appropriate point and pre-pending $MailBody = $MailBody . to each line of the loop output in the include - Checked it and all seems well.
Mark