Hi guys I am trying to get the following code below to work but I got a parse error: syntax error, unexpected '"'
$product .= "$item_id-""$length-""$Category-".$each_item['quantity'].",";
Basically it is meant to show something like this. 1-12 size-blue-13
the ","