<form style="text-align:center;" id="paypalform" action="https://www.paypal.com/cgi-bin/webscr" method="POST">
<input type='hidden' name='cmd' value='_xclick'>
<input type='hidden' name='business' value='[email protected]'>
<input type='hidden' name='item_name' value='201001114262121'>
<input type='hidden' name='amount' id="amount" value='1.00'>
<input type='hidden' name='currency_code' value='CAD'>
<input type='hidden' name='return' value='http://www.xxx.com/paypal_process.php'>
<input type='hidden' name='invoice' value='82'>
<input type='hidden' name='charset' value='utf-8'>
<input type='hidden' name='no_shipping' value='1'>
<input type='hidden' name='no_note' value=''>
<input type='hidden' name='notify_url' value='http://www.xxx.com/return.php'>
<input type='hidden' name='rm' value='82'>
<input type='hidden' name='cancel_return' value='http://www.xxx.com/index.html'>
</form>
誰でも知っていますか?PHPでフォームを送信するには?
申し訳ありませんが、ここではさらに多くの情報を提供する必要があります。あなたはPaypal APIに提出する方法を知りたいですか?ここで試してみてください:https://developer.paypal.com/ - 一般的なPHPフォーム情報が必要な場合は、デモやサンプルコードをオンラインで読み込みます。 –
送信ボタンを追加しようとしたことがありますか? – cdhowie
これは実際にPHPに関する質問ですか?それはHTMLに関する質問のようです。 – jonmorgan