Search found 1 match

by rdx321
Tue Apr 01, 2008 8:56 pm
Forum: PHP - Code
Topic: Multiplying
Replies: 1
Views: 63

Multiplying

Hey guys, I need some help multiplying some numbers. What I want to do is multiple 5 x $A$B so if $A=50 and $B=1 php would multiply 5x501 This is the code that I am currently using but is not working. <?php $A = 1; $B = 2; $C = 4; $D = 2; $Day = 1; $Month = 4; $Year = 8; $pin = '$B, $A'; $DayTotal =...