PhpRiot
Recent Code Pastes

Listing 1542

Submitted by Lucas, 3 September 2008
<form name="passo2" method="post" onsubmit="return verificarCompra();">
<input type="hidden" readonly="readonly" name="valorTotalN" value="<?=$_POST[valorTotalN]?>" />
<input type="hidden" readonly="readonly" name="valorTotalT" value="<?=$_POST[valorTotalT]?>" />
<input type="hidden" name="identificacao" value="1745522">
<input type="hidden" name="ambiente" value="teste">
<input type="hidden" name="operacao" value="Pagamento">
<input type="hidden" name="tid" value="<?=$GerarTID?>" maxlength="20">
<input type="hidden" name="orderid" value="<?=$idp?>" maxlength="20">
<input type="hidden" name="order" value="" maxlength="1024">
<input type="hidden" name="price" value="<?=$_POST[valorTotalN]?>" maxlength="15">
<input type="hidden" name="damount" value="R$ <?=$_POST[valorTotalT]?>" maxlength="15">
Submit a Follow Up

Followups:


listing-1543.php by Lucas
3 September 2008