PHP Source:
<!DOCTYPE html>
<html>
<body>

<?php
$number = 123;
printf("%f",$number);
?>


</body>
</html>
Result:
Show PHP - © w3schools.com
Privacy Policy