Hello is there anyone could make this for me
i got the Code for Internet banking for INGBANK as below

<form id="ing" method="get" action="http://homepay.ing.be/<?php echo strtoupper($_SESSION['lang']); ?>/index.jsp">
<input type="hidden" name="VENDOR_ID" value="3235435354">
<input type="hidden" name="AMOUNT" value="<?php echo $totaal; ?>">
<input type="hidden" name="CURRENCY" value="EUR">
<input type="hidden" name="MESSAGE" value="<?php echo str_replace('/','',$ogm); ?>">
<input type="hidden" name="RETURN_URL" value=http://www.xxxxx.be/confirmation.php>
<input type="hidden" name="RETURN_METHOD" value="GET">
<a href="#" onclick="document.getElementById('ing').submit();"><img src="images/Banner_home_pay_w100px.gif" /></a>
</form>

Thank you