나는 누군가에게 어떤 점을 기부 할 수있는 문제를 돕기 위해 노력하고 있지만 소스 코드를 통해 페이팔 버튼의 값을 수정할 수 있습니다. 예를 들어, 5 달러를 내야하는 5 포인트를 선택합니다. 그러나 소스 코드를 편집 할 때 값이있는 전체 페이팔 양식을보고 값을 편집 할 수 있습니다. 그래서 양식을 보호하여 편집 할 수 없도록하려면 어떻게해야합니까?페이팔 구입 양식 확보 방법
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="at" value="nBWAy2wwJn1O1LdoLcMn8AOdPxBBUxhnZfqFvAlGQq1oDm0czxn5FBcpgIW">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="item_name" value="DP|1|452160">
<input type="hidden" name="amount" value="1">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="return" value="http://www.worldofthegods.com/donate.php?action=done">
<input type="hidden" name="cancel_return" value="http://www.worldofthegods.com/donate.php?action=cancel">
<input type="hidden" name="notify_url" value="http://www.worldofthegods.com/ipn_donator.php">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="image" src="http://worldofthegods.com/images/PaypalButton.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>