For example..
Customer need to choose either BASIC MEMBER or PRIVILEGED MEMBER in HTML form.
If they checked BASIC MEMBER, I want to count the price within its condition (in PHP)
Radiobutton in HTML :
<INPUT TYPE = "radio" NAME = "member" VALUE = "Basic">Basic Member
Please Help Me