CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   PHP (http://www.codingforums.com/forumdisplay.php?f=6)
-   -   php code to check muliple conditions (http://www.codingforums.com/showthread.php?t=282243)

syedyasin86 11-15-2012 01:36 PM

php code to check muliple conditions
 
Hello All,

I am new to php, i have been learning PHP for while. For my site i need a php code to check multiple conditions to populate the result

HTML form code

a = optionA, optionB, optionC, optionD
b = 5
c = 3

Here i need to check "a" is optionA or optionB, optionC or option D
condition A
if variable a = optionA
then the code should assign optionA = 6
and d = 6*5*3

condition B
if variable b = optionB
then the code should assign optionB = 9
and d = 9*5*3

condition C
if variable c = optionB
then the code should assign optionC = 11
and d = 11*5*3

condition D
if variable a = optionD
then the code should assign optionD = 15
and d = 15*5*3

Guys help me to find the code :(

Thanks in advance

mlseim 11-15-2012 02:31 PM

Show the form where they pick the options.
That will give us the info we need to answer this.

We need to see if you're using radio buttons, checkboxes, etc.
and we need to see how you're defining the form variable names.


.


All times are GMT +1. The time now is 12:50 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.