How to take some values and + them together with PHP.
- by Kyle Sevenoaks
Hi, I am having a problem. I have some prices in a checkout displayed, they are "discount prices." How can I get these values from my page and add them together to display in a new div?
I have two prices for two products 1000 and 2000, I want to be able to add these together to make 3000 and display it as a total in a new div.
Example of what I'm going for here.
Thanks :) (Also, is there a php site similar to JSfiddle?)