About calling radiobutton value from HTML to PHP
Posted: Mon Mar 09, 2009 7:44 am
How to call radiobutton value from HTML to PHP?
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
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