[ad_1]
I have named a dynamic array as follows:
${'s'.$codeA}
but when I use the same code in TCPDF nothing appears!
$item[‘code’] = ‘2345’;
$codeA = $item['code'];
$table22.=''.${'s'.$codeA}.'';
Has anyone been able to use dynamic names in TCPDF? Or is there a better way?
Still trying to learn this stuff.
Thanks
[ad_2]