PHP Source:
<
!DOCTYPE
html
>
<
html
>
<
body
>
<?php
$number =
123
;
printf(
"%f"
,$number);
?>
<
/body
>
<
/html
>
Result:
Privacy Policy