Jump to content

[SOLVED] adding problem


decypher

Recommended Posts

$total = 0;

if (!empty($chkfries)){
  print ("You chose Fries <br> \n");
  $total = £total + $chkfries;
} // end if

if (!empty($chksoda)){
  print ("You chose Soda <br> \n");
  $total = £total + $chksoda;
} // end if

if (!empty($chkshake)){
  print ("You chose Shake <br> \n");
  $total = £total + $chkshake;
} // end if

if (!empty($chkketchup)){
  print ("You chose Ketchup <br> \n");
  $total = £total + $chkketchup;
} // end if

print "The total cost is \$$total \n";

?>

 

It now shows the correct amount when the checkbox is ticked...However when it goes to make the total cost...It only adds the last figure to the original figure

 

ChkFries: 1.00

ChkSoda: .85

ChkShake:

ChkKethcup:

 

You chose Fries

You chose Soda

The total cost is $0.85

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.