Hi everyone - I am helping to build a website for a good friend of mine & we are adding into the website an easy to read conversion rate.

The only problem we have at the moment is the value is being displayed incorrectly.

for instance - If the website has 6 views and 3 sales - Our conversion rate should show 50.0%
but the value is being displayed as 0.5%

I must being getting the format wrong as I have tried both
$ftcr = sprintf("%001.2f", $tcr); &
<?php echo round($totalcr,2); ?>

Anyone know why or how I can display the conversion rate as 50.0%

Recommended Answers

All 2 Replies

Member Avatar for diafol

Thought about multiplying by 100?

Doh... Cheers diafol... Worked perfectly

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.