This is probably a simple question, but I’ve tried every scenario I can think of and can’t get it to work correctly. I’m trying to populate data into a table but am having problems. It seems to work fine when I code as follows:
[php]echo “
[/php]
However, I also need to to set "type=text size=“20” and maxlength=“20” in the line and I’m not sure how to incorporate $Salutation and these into the same line.
Any help is greatly appreciated!