Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の質問は可能かどうかです。どうすれば支払いフォームの説明フィールドに入力できますか?
ありがとうございました。
このクエリのようなものを試して、説明を定義できます。
<?php $product = SELECT desc FROM table WHERE id = 'x'; ?>
次に、$product 変数を使用して、「item_name」の値、または使用している製品に一致する商品説明の変数を設定します。どの支払い方法を使用しているのかわかりませんので、詳しくは言えません。