Only, I have not the slightest idea how to go about doing that... I assume its something as simple as.
$combined=$one+$two+$three;
But I've found thats never the case...
So how would I do that? And is it possible?
$combined=0;
$combined+=$one;
$combined+=$two;
$combined+=$three;