Formlar PHP IF Bildirimi

0 Cevap php

I have a HTML form, which includes radio buttons that the user can select if he wants to sign up for multiple years in order to get a discount. At the moment, i have a PHP if statement that basically says IF the user selects yes for the discount, calculate the price, display details in a table, perform SHA1HASH conversion, and then display details in a hidden form (this form must be sent to our payment partners.

(Kullanıcı yok seçerse) ELSE, açıkça temelde yukarıdaki gibi aynı, fakat değerleri farklı olacaktır.

Benim sorunum HTML tablo ve formları ben sayfayı çalıştırdığınızda, hem formlar ve tablolar görünür anlamına gelir PHP dışında olmak zorunda. Bu etrafında herhangi bir yolu var mı?

0 Cevap