Forum Moderators: coopster
<H3>Final Order</H3>
Description: <BR />
Sub Total:$ <BR />
Total Amount :$ 0
<BR /><BR />
<!---<FORM action="https://test.authorize.net/gateway/transact.dll" method="POST">-->
<!-- Uncomment the line ABOVE for test accounts or BELOW for live merchant accounts -->
<FORM action="https://secure.example.net/gateway/transact.dll" method="POST">
<input type="hidden" name="x_fp_sequence" value="">
<input type="hidden" name="x_fp_timestamp" value="">
<input type="hidden" name="x_fp_hash" value="">
<input type="hidden" name="x_description" value="">
<input type="hidden" name="x_login" value="" size="20">
<input type="hidden" name="x_amount" value="0" size="20">
<INPUT type=hidden name="x_tax" value="0">
<INPUT type="hidden" name="x_show_form" value="PAYMENT_FORM">
<INPUT type="submit" value="Make Payment">
</FORM>
I removed the time stamps and so forth since they are generated.
Any help I can get...I don't do a lot of php.
Thanks!