pablo314 Posted January 8, 2011 Share Posted January 8, 2011 hi i am doing a widgtes to integrate Product Pricing and Currencies and need help <?php require("../dbconnect.php"); require("../includes/functions.php"); $currency = getCurrency(); <form method="post" action="http://www.name.com/widgets/productsinfo.php?pid=1&get=price &billingcycle=monthly{$smarty.get.gid}"> <p align="right">{$LANG.choosecurrency}: <select name="currency" onchange="submit()">{foreach from=$currencies item=curr} <option value="{$curr.id}"{if $curr.id eq $currency.id} selected{/if}>{$curr.code}</option> {/foreach}</select> <input type="submit" value="{$LANG.go}" /></p> </form> ?> 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.