|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
How to + - * two variables together!
I have a question about subtracting two variables. In my shopping cart I want to subtract the List price from the wholesale price and print out how much is saved between the two.
Any help would be great Thanks Tgfiles |
|
#2
|
|||
|
|||
|
RE: How to + - * two variables together!
Never Mind I figured it out!
$l= $slist; $w = $swholesale; $s=$l - $w; echo $s; |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > How to + - * two variables together! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|