Page 1 of 1

[Solved] Decimal -> Percent

Posted: Mon Sep 17, 2007 1:06 pm
by Mightywayne
I'm going to go ahead and just erase this embarrasment of a question.

Posted: Mon Sep 17, 2007 1:15 pm
by xitura

Code: Select all

$number = 0.5;
echo $number * 100;