[Solved] Decimal -> Percent
Posted: Mon Sep 17, 2007 1:06 pm
I'm going to go ahead and just erase this embarrasment of a question.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$number = 0.5;
echo $number * 100;