I'm having a similar problem.
Shamum I've used the code you gave but I'm having trouble. I need to push details from Smarty tags through a PHP script when a user clicks a submit button.
The way I have it at the moment is:
Code:
{php}$strBillingAddress1 = "{/php}{$address.address}{php}";{php}
So I want the address to show up for this field, however the result I get is:
Code:
?><?php echo Array['address']['address']; ?> <?php
Where am I going wrong?
Any help is much appreciated
