\[code\] echo "<form class='custom'>";foreach ($prices->item as $item){ $ongkir = $item->value; $transfer = $total_jne * 1000; $transfer_rp = $transfer + $ongkir; $jne = $item->service; $checked = ($jne == $_POST['ongkir'])? ' checked="checked"' : ''; echo "<tr><td><label for='$item'> <input class='custom' name='ongkir' $checked type='radio' id='ongkir'> $jne</label></td>"; echo "<td>Rp. $ongkir</td>"; echo "<td>Rp. $transfer_rp</td></tr>";} echo "</table><hr></form>" ; }\[/code\]Hi Everybody, how do i post "checked" with value='http://stackoverflow.com/questions/15735645/$transfer_rp' to another php file with button? ![Frown :( :(](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f641.png)
![Frown :( :(](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f641.png)