Jump to content

[SOLVED] Calculating two thirds of a value?


rareness

Recommended Posts

Got it to work in the end

 

echo "To Share Exp with a level ".$_POST['txtuserlvl']." the required level is : ";

$value = $_POST['txtuserlvl']; $multiply = (100 / 3) * 2 /100; $result = $value * $multiply; echo round($result);

 

 

Thanks alot Coreye  you set me on the right path :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.