2013-07-14 19:39
Hi, I´d like to ask you how can I write $aData[sName] as input value in form. Ineed to write for example name of product or some other element to the input value. No way I know does not work. I tried for example, templates/default/product.php<input name='xxx' type='text' value='$aData[sName]'><input name='xxx' type='text' value=<?php echo $aData[sName]; ?>'><input name='xxx' type='text' value='$aData['sName']'><input name='xxx' type='text' value=<?php echo $aData['sName']; ?>'>but it is not correct.Now I have QCv6.1. In v4 it was simple but v6 is new for me.Thank you for your help